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
5972adc7
Commit
5972adc7
authored
Oct 13, 2020
by
Ismail Moumni
Browse files
editing
parent
353b89e7
Pipeline
#1424
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
softwares/server/server.py
View file @
5972adc7
...
...
@@ -142,7 +142,7 @@ def match_query_dict(biblio: dict, data: dict):
# Function check_and_complete_parameters verifies json send from client to server by matching it with database query
# Function input takes a dictionary
# Function output returns query if it matches with database query keys
# Function output returns query if it matches with database query keys
def
check_and_complete_parameters
(
data
:
dict
):
if
data
is
not
None
:
tool
=
list
(
data
.
keys
())[
0
]
...
...
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