mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
plugins/edsm: Don't try to r.close(), that's not even valid
This commit is contained in:
parent
3d3674da5f
commit
6aa4ccaf90
@ -634,8 +634,6 @@ def worker() -> None:
|
|||||||
|
|
||||||
pending = []
|
pending = []
|
||||||
|
|
||||||
r.close()
|
|
||||||
|
|
||||||
break # No exception, so assume success
|
break # No exception, so assume success
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user