* Better promps and https in weather-fetch

This commit is contained in:
2022-04-13 21:16:03 -07:00
parent 5f4ad1f388
commit 0f392dec09
2 changed files with 14 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ class Report:
if __name__ == '__main__':
response = requests.get('http://wttr.in/?format=j1')
response = requests.get('https://wttr.in/?format=j1')
if response.status_code == 200:
try: