|
@@ -75,7 +75,7 @@ discard block |
|
|
block discarded – undo |
|
75
|
75
|
$this->defaultTaskname = $bot->taskName; |
|
76
|
76
|
|
|
77
|
77
|
// @throw exception on "Invalid CSRF token" |
|
78
|
|
- $this->run();//todo delete that and use (Worker)->run($duration) or process management |
|
|
78
|
+ $this->run(); //todo delete that and use (Worker)->run($duration) or process management |
|
79
|
79
|
} |
|
80
|
80
|
|
|
81
|
81
|
protected function setUpInConstructor(): void |
|
@@ -228,7 +228,7 @@ discard block |
|
|
block discarded – undo |
|
228
|
228
|
} |
|
229
|
229
|
|
|
230
|
230
|
dump($result); |
|
231
|
|
- echo "Sleep ".(string)static::SLEEP_AFTER_EDITION."\n"; |
|
|
231
|
+ echo "Sleep ".(string) static::SLEEP_AFTER_EDITION."\n"; |
|
232
|
232
|
sleep(static::SLEEP_AFTER_EDITION); |
|
233
|
233
|
} |
|
234
|
234
|
} |
Please login to merge, or discard this patch.