spaces2tab

This commit is contained in:
mickael
2019-01-06 01:18:08 +00:00
parent 922b630881
commit ecc6bbce10

View File

@@ -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')