diff options
Diffstat (limited to 'src/poezio.py')
-rw-r--r-- | src/poezio.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poezio.py b/src/poezio.py index 99831896..219a2279 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -33,6 +33,8 @@ def main(): from config import options + import logger + logger.create_logger() import core |