Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderw Aikawa committed Dec 12, 2024
1 parent aa08ae5 commit c7b2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konduktor/dashboard/backend/sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cors_allowed_origins="*", ping_interval=25, ping_timeout=60, async_mode="asgi"
)

logger = logging.getLogger(__name__)
logger = konduktor_logging.get_logger(__name__)

# Global variables
CLIENT_CONNECTED = False
Expand Down

0 comments on commit c7b2794

Please sign in to comment.