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,5 +1,3 @@
|
||||
def run(data):
|
||||
name = data.get("name")
|
||||
action = data.get("action")
|
||||
|
||||
return f"{name} requested {action}"
|
||||
return f"{data.name} requested {data.action}"
|
||||
Reference in New Issue
Block a user