add debug layer

This commit is contained in:
Osman Faruk Bayram 2025-07-31 18:22:52 +03:00
parent 01cd5f0978
commit 7603dfccb4

View file

@ -6,7 +6,7 @@ import pandas as pd
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
DATA_DIR = Path("/var/lib/wanikani-logs") DATA_DIR = Path("/var/lib/wanikani-logs")
print("starting the WaniKani service")
def load_data(): def load_data():
records = [] records = []
for zip_path in sorted(DATA_DIR.glob("wanikani_data_*.zip")): for zip_path in sorted(DATA_DIR.glob("wanikani_data_*.zip")):