diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2024-11-16 08:44:21 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2024-11-16 08:44:21 -0500 |
| commit | 577466206addb1e03cf92b3dd5fec14abc125627 (patch) | |
| tree | c60256f14ee10a4fd69e27749a946758a7c9aee2 /dashboard_website/db.py | |
| parent | b060c45411c9a6c6cdf9bb414cdfaf50659e7e1d (diff) | |
kazakhstan
Diffstat (limited to 'dashboard_website/db.py')
| -rw-r--r-- | dashboard_website/db.py | 2 |
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() |
