Skip to content

Commit

Permalink
[67] Update Debug.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Sep 18, 2024
1 parent b52cc6a commit 6399b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/Debug.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from datetime import datetime
from logging import Logger
from os import environ
from pathlib import Path
from random import choices as random_choices
from string import hexdigits
from typing import Optional

from loguru import Logger as LoguruLogger
from pytz import timezone, UnknownTimeZoneError

from modules.Debug2 import DATETIME_FORMAT, logger as log
Expand Down Expand Up @@ -49,9 +49,9 @@ def generate_context_id() -> str:


def contextualize(
logger: Logger = log,
logger: LoguruLogger = log,
context_id: Optional[str] = None
) -> Logger:
) -> LoguruLogger:
"""
Create a contextualized Logger.
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.12.0-webui66
v2.0-alpha.12.0-webui67

0 comments on commit 6399b8a

Please sign in to comment.