Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
ad326f46
Commit
ad326f46
authored
Jul 13, 2014
by
J. Fernando Sánchez
Browse files
Oups
parent
02739ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
nif_server.py
View file @
ad326f46
...
...
@@ -58,7 +58,7 @@ def get_params(req):
indict
=
None
if
req
.
method
==
'POST'
:
indict
=
req
.
form
if
req
.
method
==
'GET'
:
el
if
req
.
method
==
'GET'
:
indict
=
req
.
args
else
:
raise
ValueError
(
"Invalid data"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment