Direction cacheing added

This commit is contained in:
2026-04-11 00:36:57 +02:00
parent 310ea4a67c
commit 50c947e3d8
2 changed files with 7 additions and 3 deletions

View File

@@ -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):