summaryrefslogtreecommitdiff
path: root/dashboard_website/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard_website/db.py')
-rw-r--r--dashboard_website/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard_website/db.py b/dashboard_website/db.py
index aedbea0..90c7fa1 100644
--- a/dashboard_website/db.py
+++ b/dashboard_website/db.py
@@ -324,7 +324,7 @@ def load(filename=None):
status = row[4]
reqd = True if (row[5] == "True") else False
- addClue(name, info, longitude, latitude, "UNVISITED", required=reqd)
+ addClue(name, info, longitude, latitude, status, required=reqd)
except:
return 1
clues_last_changed = time.time()