We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71c48c commit 569387bCopy full SHA for 569387b
2 files changed
client/__main__.py
@@ -157,7 +157,7 @@ def calling_sae_id(authorization_header: str | None) -> str:
157
158
def main():
159
"""
160
- Main entry point for the hub package.
+ Main entry point for the client package.
161
162
utils.create_pid_file("client", _CLIENT.name)
163
config = uvicorn.Config(app=_APP, port=_ARGS.port)
client/client.py
@@ -2,7 +2,6 @@
2
A DSKE client, or just client for short.
3
4
5
-import traceback
6
import asyncio
7
from uuid import UUID
8
from common import exceptions
0 commit comments