remove unnecessary global variable
This commit is contained in:
@@ -148,7 +148,6 @@ class Proxywatchd():
|
|||||||
self.mysqlite = None
|
self.mysqlite = None
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
config.load()
|
config.load()
|
||||||
global submit_after
|
|
||||||
self.in_background = False
|
self.in_background = False
|
||||||
self.threads = []
|
self.threads = []
|
||||||
self.stopping = threading.Event()
|
self.stopping = threading.Event()
|
||||||
|
|||||||
Reference in New Issue
Block a user