Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent ea10dd8 commit c0ac615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
Logger,
)


logger = Logger(name="server")
logger = Logger(name="server", 30)

# initialization
try:
Expand Down

0 comments on commit c0ac615

Please sign in to comment.