Skip to content

Commit

Permalink
Update wrdsconnect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 25, 2020
1 parent efad9c1 commit 2f78a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion famafrench/wrdsconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def connect(self):
"""
try:
self.connection = self.engine.connect()
except Exception as e:
except Exception:
# Parameters for sa.create_engine(*args, **kwargs):
# https://docs.sqlalchemy.org/en/13/core/engines.html#sqlalchemy.create_engine
pghost = 'postgresql://{usr}:{pwd}@{host}:{port}/{dbname}'
Expand Down

0 comments on commit 2f78a24

Please sign in to comment.