mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
PEP8 Cleanups
This commit is contained in:
parent
0e5fbbc5c3
commit
fcded3c3cf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Scheduler(threading.Thread):
|
|||
|
||||
def run(self):
|
||||
|
||||
while(not self.stop.is_set()):
|
||||
while not self.stop.is_set():
|
||||
|
||||
current_time = datetime.datetime.now()
|
||||
should_run = False
|
||||
|
|
Loading…
Reference in a new issue