There was an error while loading. Please reload this page.
2 parents 77c71cd + 9054520 commit 83c173cCopy full SHA for 83c173c
1 file changed
mrq/scheduler.py
@@ -12,7 +12,7 @@ def _hash_task(task):
12
13
full = [str(task.get(x)) for x in ["path", "interval", "dailytime", "queue"]]
14
15
- print full.extend([str(params)])
+ full.extend([str(params)])
16
return " ".join(full)
17
18
0 commit comments