1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

Fix for EDSM outage handling

Fixes #279
This commit is contained in:
Jonathan Harris 2018-02-13 13:28:49 +00:00
parent 41e2b0a64e
commit 196cf0fc98

View File

@ -325,10 +325,7 @@ def worker():
if __debug__: print_exc()
retrying += 1
else:
if callback:
callback(None)
else:
plug.show_error(_("Error: Can't connect to EDSM"))
plug.show_error(_("Error: Can't connect to EDSM"))
if closing:
return