Skip to content

Commit 6b65a55

Browse files
committed
removed exit on missing api token
1 parent 127eabf commit 6b65a55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datalab/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def get_list_from_env(variable, default=None):
139139
ARCHIVE_API_TOKEN = os.getenv('ARCHIVE_API_TOKEN')
140140
if not ARCHIVE_API_TOKEN:
141141
print("WARNING: ARCHIVE_API_TOKEN is missing from the environment.")
142-
exit()
143142

144143
# Database
145144
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases

0 commit comments

Comments
 (0)