mirror of
https://gitlab.sectorq.eu/jaydee/api_server.git
synced 2026-09-17 02:12:55 +02:00
build
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
def run():
|
||||
return "Script1 executed"
|
||||
def run(data):
|
||||
name = data.get("name")
|
||||
action = data.get("action")
|
||||
|
||||
return f"{name} requested {action}"
|
||||
Reference in New Issue
Block a user