Restart anyway

This commit is contained in:
Daniil Gentili 2018-12-27 22:52:52 +00:00
parent bfff131c28
commit 422589ac2b

View File

@ -45,7 +45,7 @@ trait Loop
$this->loop_callback = null;
}
if (php_sapi_name() !== 'cli') {
$needs_restart = false;
$needs_restart = true;
try {
set_time_limit(-1);
} catch (\danog\MadelineProto\Exception $e) {