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:
@@ -18,7 +18,7 @@ Base = declarative_base(metadata=Meta)
|
||||
Session = sessionmaker()
|
||||
DbFilename = None
|
||||
|
||||
LOG = get_logger("dbcommon")
|
||||
LOG = get_logger()
|
||||
|
||||
|
||||
def connect(filename=None):
|
||||
|
||||
Reference in New Issue
Block a user