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
b4b323ab
Commit
b4b323ab
authored
Sep 16, 2020
by
Ismail Moumni
Browse files
edit
parent
852c156a
Pipeline
#690
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
softwares/database/database.py
View file @
b4b323ab
...
...
@@ -9,7 +9,7 @@ class NoPasswordDefineError(Exception):
pass
__rdos_password__
=
""
__rdos_password__
=
"
test
"
# Procedures that returns an externally defined password to conect to the database
...
...
softwares/server/server.py
View file @
b4b323ab
...
...
@@ -124,3 +124,6 @@ if __name__ == '__main__':
s
=
{
'Regal'
:
{
'size'
:
'qsd'
,
'asize'
:
''
,
'outputf'
:
'qsd'
,
'number'
:
'ss'
,
'comp'
:
'qsd'
,
'min'
:
'sqsd'
,
'con'
:
'qsd'
}}
# print(s.get('Regal'))
print
(
s
.
keys
())
data_test1
=
'{"parameters":"request"}'
data_load
=
json
.
loads
(
data_test1
)
print
(
query_valid
(
data_load
)
is
True
)
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