Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
rdos
Commits
0266d84c
Commit
0266d84c
authored
Sep 22, 2020
by
Ismail Moumni
Browse files
editing error
parent
e92aaf0e
Pipeline
#727
passed with stage
in 13 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
softwares/server/server.py
View file @
0266d84c
...
...
@@ -135,7 +135,7 @@ def db_generators(req: dict):
def
db_insert
(
s
:
socket
,
req
:
dict
):
if
(
req
is
not
None
):
if
(
verif_param
(
req
)
==
req
):
s
.
send
(
bytes
(
json
.
dumps
(
req
),
"utf-8"
)
s
.
send
(
bytes
(
json
.
dumps
(
req
),
"utf-8"
)
)
print
(
"Query send"
)
else
:
raise
Exception
(
"Query Doesn't match"
)
...
...
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