mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-18 06:11:49 -05:00
PEP8 cleanup
This commit is contained in:
parent
4233827dea
commit
135e21cd8d
@ -240,10 +240,10 @@ def test_plugin(
|
|||||||
LOG.info(f"P'{plugin_path}' F'{fromcall}' C'{message}'")
|
LOG.info(f"P'{plugin_path}' F'{fromcall}' C'{message}'")
|
||||||
|
|
||||||
for x in range(number):
|
for x in range(number):
|
||||||
reply = pm.run(packet)
|
reply = pm.run(packet)
|
||||||
# Plugin might have threads, so lets stop them so we can exit.
|
# Plugin might have threads, so lets stop them so we can exit.
|
||||||
# obj.stop_threads()
|
# obj.stop_threads()
|
||||||
LOG.info(f"Result{x} = '{reply}'")
|
LOG.info(f"Result{x} = '{reply}'")
|
||||||
pm.stop()
|
pm.stop()
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ class ObjectStoreMixin:
|
|||||||
)
|
)
|
||||||
self.flush()
|
self.flush()
|
||||||
|
|
||||||
|
|
||||||
def load(self):
|
def load(self):
|
||||||
if os.path.exists(self._save_filename()):
|
if os.path.exists(self._save_filename()):
|
||||||
raw = pickle.load(open(self._save_filename(), "rb"))
|
raw = pickle.load(open(self._save_filename(), "rb"))
|
||||||
|
Loading…
Reference in New Issue
Block a user