Skip to content
Snippets Groups Projects
Commit dd4add74 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Merge branch 'master' of git.unl.edu:bgarvin/orm_lab

parents f0be3cf9 e99474db
Branches master
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ def main(): ...@@ -28,7 +28,7 @@ def main():
app = MoviesApp() app = MoviesApp()
app.run() app.run()
except SQLAlchemyError as exception: except SQLAlchemyError as exception:
print('Initial database connection failed!', file=stderr) print('Database connection failed!', file=stderr)
print(f'Cause: {exception}', file=stderr) print(f'Cause: {exception}', file=stderr)
exit(1) exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment