aboutsummaryrefslogtreecommitdiff
path: root/backend/cgi-bin
diff options
context:
space:
mode:
Diffstat (limited to 'backend/cgi-bin')
-rwxr-xr-xbackend/cgi-bin/data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/cgi-bin/data.py b/backend/cgi-bin/data.py
index 05ed81b..b152c14 100755
--- a/backend/cgi-bin/data.py
+++ b/backend/cgi-bin/data.py
@@ -6,7 +6,6 @@ import sqlite3
import gzip, jsonpickle
dbFile = "data/data.db"
-imgDir = "data/img/"
DEFAULT_SUGG_LIM = 5
MAX_SUGG_LIM = 50
CORS_ANY_ORIGIN = True # Used during development to avoid Cross-Origin Resource Sharing restrictions