From ecc6bbce10ca3f47742f333a2d390ff856d03e92 Mon Sep 17 00:00:00 2001 From: mickael Date: Sun, 6 Jan 2019 01:18:08 +0000 Subject: [PATCH] spaces2tab --- proxywatchd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxywatchd.py b/proxywatchd.py index 6fdd410..1f6fe3d 100644 --- a/proxywatchd.py +++ b/proxywatchd.py @@ -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')