Skip to content

Commit

Permalink
Merge pull request #27 from LCOGT/update/remove-exit-missing-api-token
Browse files Browse the repository at this point in the history
removed exit on missing api token
  • Loading branch information
LTDakin authored Sep 3, 2024
2 parents 0b6f062 + 6b65a55 commit b91f404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datalab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def get_list_from_env(variable, default=None):
ARCHIVE_API_TOKEN = os.getenv('ARCHIVE_API_TOKEN')
if not ARCHIVE_API_TOKEN:
print("WARNING: ARCHIVE_API_TOKEN is missing from the environment.")
exit()

# Database
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases
Expand Down

0 comments on commit b91f404

Please sign in to comment.