[ADD] HORILLA AUTOMATIONS: Refresh manual automation action

This commit is contained in:
Horilla
2025-05-12 17:01:23 +05:30
parent 7a84d67e7a
commit 0937b4c122
5 changed files with 41 additions and 14 deletions

View File

@@ -41,7 +41,8 @@ class HorillaAutomationConfig(AppConfig):
MODEL_CHOICES = list(set(MODEL_CHOICES))
try:
start_automation()
except:
except Exception as e:
print(e)
"""
Migrations are not affected yet
"""