mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-12 22:10:26 +00:00
sendGraph: Clarify connection failed message
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
parent
1c92a03d4a
commit
7421ff15d5
@ -94,7 +94,7 @@ def connect():
|
||||
return con
|
||||
|
||||
except:
|
||||
print('Failed!')
|
||||
print('Connection failed!')
|
||||
print(traceback.format_exc())
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user