Update server.py

This commit is contained in:
Namhyeon Go 2024-10-09 01:02:07 +09:00 committed by GitHub
parent ea10dd83fd
commit c0ac6151c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,8 +38,7 @@ from base import (
Logger, Logger,
) )
logger = Logger(name="server", 30)
logger = Logger(name="server")
# initialization # initialization
try: try: