add debug layer
This commit is contained in:
parent
01cd5f0978
commit
7603dfccb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue