fixed typo
This commit is contained in:
parent
914d4b4484
commit
cbda218115
@ -187,7 +187,7 @@ def main():
|
|||||||
"""If no response was received from the openweathermap
|
"""If no response was received from the openweathermap
|
||||||
api server, add the cloud with question mark"""
|
api server, add the cloud with question mark"""
|
||||||
print('__________OWM-ERROR!__________'+'\n')
|
print('__________OWM-ERROR!__________'+'\n')
|
||||||
print('Reason: ',e+'\n')
|
print('Reason: ',e,'\n')
|
||||||
image.paste(no_response, wiconplace)
|
image.paste(no_response, wiconplace)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user