spaces2tab
This commit is contained in:
@@ -200,7 +200,7 @@ class Proxywatchd():
|
||||
def _run_background(self):
|
||||
self.in_background = True
|
||||
t = threading.Thread(target=self._run)
|
||||
t.start()
|
||||
t.start()
|
||||
|
||||
def _run(self):
|
||||
_log('Starting proxywatchd..', 'notice')
|
||||
|
||||
Reference in New Issue
Block a user