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
f0b45c13
Commit
f0b45c13
authored
Oct 07, 2020
by
Ismail Moumni
Browse files
editing tests
parent
8a4a3b97
Pipeline
#1321
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
softwares/server/server.py
View file @
f0b45c13
...
...
@@ -72,8 +72,7 @@ def query_client(addr, data):
# Function output boolean true if match else False
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