diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-28 11:05:39 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-28 14:45:26 +1000 |
| commit | 053567d2ad81fefbd5e52e3ba15cf7511205a963 (patch) | |
| tree | f7770a23da34fa4cbf229e93aedeb38ef2cc7def /backend/cgi-bin/data.py | |
| parent | ea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef (diff) | |
Add getImagePath() to lib.ts
Diffstat (limited to 'backend/cgi-bin/data.py')
| -rwxr-xr-x | backend/cgi-bin/data.py | 1 |
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 |
