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