remove unnecessary global variable

This commit is contained in:
mickael
2019-01-06 01:29:35 +00:00
parent ecc6bbce10
commit aab7ef15d1

View File

@@ -148,7 +148,6 @@ class Proxywatchd():
self.mysqlite = None
def __init__(self):
config.load()
global submit_after
self.in_background = False
self.threads = []
self.stopping = threading.Event()