diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2023-11-18 07:21:09 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2023-11-18 07:21:09 -0500 |
| commit | ee88d4f02fe4f5e3d8233db5770b4a859c7a2d6d (patch) | |
| tree | 9a43ddd7e5bda0c6f83d0febc7c58049444dbcc4 /dashboard_website/dashboard.py | |
| parent | c5cd1a5d6a7f1da14d391b3c57955e223c913808 (diff) | |
le cheese
Diffstat (limited to 'dashboard_website/dashboard.py')
| -rw-r--r-- | dashboard_website/dashboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard_website/dashboard.py b/dashboard_website/dashboard.py index 7d0d920..0fe3ece 100644 --- a/dashboard_website/dashboard.py +++ b/dashboard_website/dashboard.py @@ -250,7 +250,7 @@ def siteControls(): if db.loadDirty("dirt.csv") != 0: return jsonify({"status" : "ERROR"}) return jsonify({"status" : "OK"}) - elif cmd == "loadClean": + elif cmd == "loadSave": dirty_csv = request.files['cleanfile'] dirty_csv.save("clean.csv") if db.load("clean.csv") != 0: |
