FallBack Start

This commit is contained in:
JonatanRek
2020-02-11 16:01:00 +01:00
parent a0fdd324e2
commit e76b3127f3
2 changed files with 35 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ if (DEBUGMOD != 1) {
//automationExecution
try {
$fallbackManager = new FallbackManager(RANGES);
$fallbackManager->check();
AutomationManager::executeAll();
} catch (\Exception $e) {
$logManager->write("[Automation] Something happen during automation execution", LogRecordType::ERROR);