Rinomina i logger per una migliore identificazione e gestisce le eccezioni nel bot di Telegram
This commit is contained in:
@@ -4,7 +4,7 @@ import time
|
||||
import traceback
|
||||
from typing import Any, Callable, Generic, TypeVar
|
||||
|
||||
logging = logging.getLogger(__name__)
|
||||
logging = logging.getLogger("wrapper_handler")
|
||||
WrapperType = TypeVar("WrapperType")
|
||||
WrapperClassType = TypeVar("WrapperClassType")
|
||||
OutputType = TypeVar("OutputType")
|
||||
|
||||
Reference in New Issue
Block a user