Skip to content

Commit

Permalink
Missing one more change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Oct 23, 2023
1 parent ffd0d5b commit 8b0ee58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gdrive/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
# Database connections
URI = db_config["uri"]
SCHEMA = db_config["schema_name"]


except (json.JSONDecodeError, KeyError, FileNotFoundError) as err:
log.warning("Unable to load credentials from VCAP_SERVICES")
log.debug("Error: %s", str(err))

0 comments on commit 8b0ee58

Please sign in to comment.