Fix import path for anki_helpers and update stats.py

This commit is contained in:
Al Ali 2025-06-16 22:50:17 +02:00
parent e421d4727c
commit 2330242efc

View file

@ -12,7 +12,8 @@ project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..
anki_helpers_path = os.path.join(project_root, "anki")
sys.path.insert(0, anki_helpers_path)
from anki_helpers.activity import analyze_activity
from anki.anki_helpers.activity import analyze_activity