1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

plugins/edsm: Don't try to r.close(), that's not even valid

This commit is contained in:
Athanasius 2021-03-09 15:36:35 +00:00
parent 3d3674da5f
commit 6aa4ccaf90

View File

@ -634,8 +634,6 @@ def worker() -> None:
pending = []
r.close()
break # No exception, so assume success
except Exception as e: