Direction cacheing added
This commit is contained in:
@@ -43,7 +43,8 @@ def log(level, msg):
|
||||
|
||||
|
||||
def info(msg):
|
||||
log("INFO", msg)
|
||||
if _cfg.get("debug", False):
|
||||
log("INFO", msg)
|
||||
|
||||
|
||||
def warn(msg):
|
||||
|
||||
Reference in New Issue
Block a user