mirror of
https://gitlab.sectorq.eu/jaydee/api_server.git
synced 2026-09-17 02:12:55 +02:00
5 lines
115 B
Python
5 lines
115 B
Python
def run(data):
|
|
name = data.get("name")
|
|
action = data.get("action")
|
|
|
|
return f"{name} requested {action}" |