* Better promps and https in weather-fetch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user