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
|
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")):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue