Skip to content

Commit

Permalink
chore: linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed May 6, 2022
1 parent 0429907 commit 66f301c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
__version__ = Info.get_version()

# Override XML RPC Settings for 64bit support
xmlrpc.client.MAXINT = 2 ** 63 - 1
xmlrpc.client.MININT = -(2 ** 63)
xmlrpc.client.MAXINT = 2**63 - 1
xmlrpc.client.MININT = -(2**63)

uvicorn_log_config = uvicorn.config.LOGGING_CONFIG
del uvicorn_log_config["loggers"]["uvicorn"]
Expand Down

0 comments on commit 66f301c

Please sign in to comment.