Refactor paths file name

This commit is contained in:
Waqar Ahmed
2021-04-19 00:36:14 +05:00
committed by Waqar Ahmed
parent 9845a32816
commit 8bf167c4d7
26 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import logging
import os
from .variables import LOG_DIR
from .paths import LOG_DIR
def get_logger(logger_name, logger_path, mode='a+'):