mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 17:58:29 +00:00
3 lines
116 B
Python
3 lines
116 B
Python
def main(request, response):
|
|
return "id:%s;value:%s;" % (request.POST.first("id"), request.POST.first("value"))
|