mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Менеджер сценариев работает
This commit is contained in:
@@ -72,7 +72,8 @@ def workshop():
|
||||
new_scenario = db_routing.add_scenario(current_user.get_id(), newScenarioName, triggerID, triggerArgs,
|
||||
actionID,
|
||||
actionArgs)
|
||||
Executor(new_scenario)
|
||||
activeScenario = Executor(new_scenario)
|
||||
activeScenario.start()
|
||||
return redirect(url_for('workshop'))
|
||||
|
||||
if 'TGUsername' in request.form:
|
||||
|
||||
Reference in New Issue
Block a user