1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-13 11:32:20 -05:00

PEP8 Cleanups

This commit is contained in:
echel0n 2014-07-26 14:49:54 -07:00
parent 0e5fbbc5c3
commit fcded3c3cf

View File

@ -52,7 +52,7 @@ class Scheduler(threading.Thread):
def run(self): def run(self):
while(not self.stop.is_set()): while not self.stop.is_set():
current_time = datetime.datetime.now() current_time = datetime.datetime.now()
should_run = False should_run = False