Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Brown01 authored Mar 11, 2024
1 parent 74fb055 commit bbc14ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
user= os.getenv('MYSQL_USER'),
password= os.getenv('MYSQL_PASSWORD'),
database="2024_open_data_nyc_1",
port = tunnel.remote_bind_port
port = tunnel.local_bind_port
)

with open('get_attendees.sql', 'r') as fil:
Expand Down

0 comments on commit bbc14ff

Please sign in to comment.