Skip to content

Commit 77c92f7

Browse files
Completed weather request app using Apple WeatherKit API.
1 parent 889a1ed commit 77c92f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/zach/mini-capstone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252
int(time.time()),
5353
"C:/Users/zacha/OneDrive/Coding/Keys/Home_Dashboard/WeatherKit/AuthKey_74B4NT7KNA.p8"
5454
)
55-
55+
print(web_token)
5656
current_condition, current_temp = get_weather('en', 38.933868, -77.177261, web_token, 'America/New_York')
5757
temp_fahrenheit = temp_converter(current_temp)
5858

0 commit comments

Comments
 (0)