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
DATA_DIR = Path("/var/lib/wanikani-logs")
print("starting the WaniKani service")
def load_data():
records = []
for zip_path in sorted(DATA_DIR.glob("wanikani_data_*.zip")):
@ -27,4 +27,4 @@ def load_data():
st.title("📈 WaniKani Progress Tracker")
# df = load_data()
# st.line_chart(df.set_index("date"))
# st.line_chart(df.set_index("date"))