diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:58:02 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-10-31 12:58:02 -0400 |
commit | 8cd51216bc28cb41eee489372fbbf4362016ca92 (patch) | |
tree | 34304f0ba810a10eebdca423e7a26261065f9726 | |
parent | 084cc91e2a8fa16bb34c608312ee2dc744ed0575 (diff) |
fix a name
-rw-r--r-- | poller/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poller/__init__.py b/poller/__init__.py index fd1a55d..5c9caf2 100644 --- a/poller/__init__.py +++ b/poller/__init__.py @@ -20,7 +20,6 @@ if not os.path.exists('./data'): os.mkdir('./data') def interrupt(): - global ping_thread global data_thread data_thread.cancel() |