From 6aa4ccaf90f476d7fc62e5bad93ea0f07e3c0b23 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 9 Mar 2021 15:36:35 +0000 Subject: [PATCH] plugins/edsm: Don't try to r.close(), that's not even valid --- plugins/edsm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/edsm.py b/plugins/edsm.py index d82c0fc0..fc46a5a3 100644 --- a/plugins/edsm.py +++ b/plugins/edsm.py @@ -634,8 +634,6 @@ def worker() -> None: pending = [] - r.close() - break # No exception, so assume success except Exception as e: