3 Commits

Author SHA1 Message Date
c53f7b6719 Merge branch 'develop' into release 2023-06-18 23:26:57 -04:00
4472a26412 Merge branch 'develop' into release 2023-06-18 19:20:27 -04:00
53d19cb53e Merge branch 'develop' into release 2023-06-16 22:38:51 -04:00

View File

@ -33,7 +33,7 @@ class Watch extends Command
$io->info("Start: {$current->format('Y-m-d H:i:s')}");
while(true) {
$io->info('Running Update');
$this->runUpdate($io);
$this->runUpdate();
$current = $this->updateTime($period);
$wait = $current->add($period);
$io->text("Waiting until {$wait->format('Y-m-d H:i:s')}");