1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

Unifying logger object.

This commit is contained in:
2022-09-25 20:56:41 +02:00
parent 028571e9c1
commit cd1482e4a1
7 changed files with 13 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ from pycatalog.misc import float_to_string
from pycatalog.logger import get_logger
LOG = get_logger("Video")
LOG = get_logger()
class Video(object):