fix path
This commit is contained in:
parent
41154bbe4e
commit
de067652f3
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@ import functools
|
|||
|
||||
matplotlib.use('agg')
|
||||
sns.set_theme(style="whitegrid")
|
||||
|
||||
app = Flask(__name__)
|
||||
DATA_DIR = Path("./data")
|
||||
DATA_DIR = Path("/var/lib/wanikani-logs")
|
||||
|
||||
def get_zip_file_names():
|
||||
"""Get a list of zip files in the data directory."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue