Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
9f6bfd59
Commit
9f6bfd59
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: linting
parent
42c71fa8
dev
11-add-websockets
master
v1.0.0
v0.1.0
v0.0.1
2 merge requests
!23
Resolve "Release v0.1.0"
,
!17
fix: correct error code resp
Pipeline
#108794
passed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
endpoints/client.py
endpoints/client.py
+1
-0
No files found.
endpoints/client.py
View file @
9f6bfd59
...
@@ -9,6 +9,7 @@ from models.client_model import ClientModel
...
@@ -9,6 +9,7 @@ from models.client_model import ClientModel
logging
.
basicConfig
(
level
=
logging
.
INFO
)
logging
.
basicConfig
(
level
=
logging
.
INFO
)
logging
.
getLogger
(
"pika"
).
setLevel
(
logging
.
ERROR
)
logging
.
getLogger
(
"pika"
).
setLevel
(
logging
.
ERROR
)
class
ClientSchema
(
Schema
):
class
ClientSchema
(
Schema
):
client_id
=
fields
.
Str
(
required
=
True
)
client_id
=
fields
.
Str
(
required
=
True
)
client_name
=
fields
.
Str
(
required
=
True
)
client_name
=
fields
.
Str
(
required
=
True
)
...
...
This diff is collapsed.
Click to expand it.
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