rename logger
This commit is contained in:
@@ -14,7 +14,7 @@ from .models import (
|
||||
GotifyVersionModel,
|
||||
)
|
||||
|
||||
logger = logging.getLogger("logger")
|
||||
logger = logging.getLogger("gotify-tray")
|
||||
|
||||
|
||||
class GotifySession(object):
|
||||
|
||||
@@ -7,6 +7,9 @@ from PyQt6 import QtCore
|
||||
from .models import GotifyMessageModel, GotifyErrorModel
|
||||
|
||||
|
||||
logger = logging.getLogger("gotify-tray")
|
||||
|
||||
|
||||
class Listener(QtCore.QThread):
|
||||
new_message = QtCore.pyqtSignal(GotifyMessageModel)
|
||||
error = QtCore.pyqtSignal(Exception)
|
||||
|
||||
@@ -5,7 +5,7 @@ from typing import List, Optional
|
||||
import requests
|
||||
|
||||
|
||||
logger = logging.getLogger("logger")
|
||||
logger = logging.getLogger("gotify-tray")
|
||||
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user