Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Sep 2, 2019
1 parent 93b9b9b commit e2845d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ def run(self):
while not self.abort:
task = self.queue.get()
while task and not self.abort:
if self.modified is True and time() - self.time > self.wait_time:
if self.modified is True and time() - self.time > self.wait_time:
sublime.set_timeout(self.payload, 0)
task = False
sleep(0.5)
Expand Down

0 comments on commit e2845d5

Please sign in to comment.