Add DEBUG system env

This commit is contained in:
Scisco
2014-08-28 18:41:30 -04:00
parent 29bbda75c7
commit 68f56cb4a2

View File

@@ -14,7 +14,7 @@ import os
# Google Storage Landsat Config
DEBUG = False
DEBUG = os.getenv('DEBUG', False)
SOURCE_URL = 'gs://earthengine-public/landsat'
SCENE_FILE_URL = SOURCE_URL + '/scene_list.zip'