fixed typo

This commit is contained in:
Ace 2019-05-21 19:30:16 +02:00 committed by GitHub
parent 914d4b4484
commit cbda218115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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