mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 23:00: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
|
return con
|
||||||
|
|
||||||
except:
|
except:
|
||||||
print('Failed!')
|
print('Connection failed!')
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user