remove unnecessary global variable
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user