mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 10:02:21 +00:00
Oups
This commit is contained in:
@@ -58,7 +58,7 @@ def get_params(req):
|
||||
indict = None
|
||||
if req.method == 'POST':
|
||||
indict = req.form
|
||||
if req.method == 'GET':
|
||||
elif req.method == 'GET':
|
||||
indict = req.args
|
||||
else:
|
||||
raise ValueError("Invalid data")
|
||||
|
Reference in New Issue
Block a user