1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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):
while(not self.stop.is_set()):
while not self.stop.is_set():
current_time = datetime.datetime.now()
should_run = False