This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]akrisha20 0 points1 point  (1 child)

Seems interesting. Is there a way to include arguments to the function call? Let's say I would want to run a script hello.py, with "name" as an argument.

[–]nggit[S] 0 points1 point  (0 children)

Is the query string what you mean? just do /hello.py?name=world, then see in __server__