chg: print error message

pull/257/head
Raphaël Vinot 2018-08-12 01:21:49 +02:00
parent 57252b06fa
commit 21ea2e969b
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ import time
try:
from keys import url, key
except ImportError:
except ImportError as e:
print(e)
url = 'http://localhost:8080'
key = 'fk5BodCZw8owbscW8pQ4ykMASLeJ4NYhuAbshNjo'