Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
rdos
Commits
8a4a3b97
Commit
8a4a3b97
authored
Oct 07, 2020
by
Ismail Moumni
Browse files
editing error
parent
1cf185f6
Pipeline
#1319
failed with stage
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
softwares/server/server.py
View file @
8a4a3b97
...
...
@@ -73,7 +73,7 @@ def query_client(addr, data):
def
query_valid
(
data
:
dict
):
if
data
!=
{}:
print
(
"heyhey"
,
data
)
print
(
data
[
parameters
])
print
(
data
[
"
parameters
"
])
if
(
data
[
"parameters"
]
==
'response'
):
return
True
else
:
...
...
Write
Preview
Markdown
is supported
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