Skip to content

Commit 56c0181

Browse files
author
Matt George
committed
added a colon because I'm stupid
1 parent f71a083 commit 56c0181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyres/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run(self):
3232
time.sleep(5)
3333

3434
def next_timestamp(self):
35-
while True
35+
while True:
3636
timestamp = self.resq.next_delayed_timestamp()
3737
if timestamp:
3838
yield timestamp

0 commit comments

Comments
 (0)