Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunt10K committed Dec 10, 2023
1 parent 1a2a125 commit 57d7413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_injectors/calendar_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create_connector():
db = Variable.get('NBA_DB')
port = Variable.get('PORT')
user = Variable.get('USER')
pswd = Variable.get('PSWD!')
pswd = Variable.get('PSWD')

conn = make_engine(host, port, user, pswd, db)

Expand Down

0 comments on commit 57d7413

Please sign in to comment.