mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
PEP8 Cleanups
This commit is contained in:
parent
0e5fbbc5c3
commit
fcded3c3cf
@ -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 New Issue
Block a user