Skip to content

Commit

Permalink
fix: updating db schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jan 5, 2024
1 parent 94a6b79 commit efb4fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def __init__(self):
self.session = None
self.connection_attempts = 0
self.SQLALCHEMY_DATABASE_URL = os.getenv("FEEDS_DATABASE_URL")
print(self.SQLALCHEMY_DATABASE_URL)
self.start_session()

def is_connected(self):
Expand Down

0 comments on commit efb4fc0

Please sign in to comment.