We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889a1ed commit 77c92f7Copy full SHA for 77c92f7
code/zach/mini-capstone.py
@@ -52,7 +52,7 @@ def main():
52
int(time.time()),
53
"C:/Users/zacha/OneDrive/Coding/Keys/Home_Dashboard/WeatherKit/AuthKey_74B4NT7KNA.p8"
54
)
55
-
+ print(web_token)
56
current_condition, current_temp = get_weather('en', 38.933868, -77.177261, web_token, 'America/New_York')
57
temp_fahrenheit = temp_converter(current_temp)
58
0 commit comments