From 74fb05539ca21a0c2c0825cf44dc2e72a71ddcdd Mon Sep 17 00:00:00 2001 From: Erik Brown <57164699+Erik-Brown01@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:57:44 -0400 Subject: [PATCH 1/2] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0e14191..8e921f4 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ user= os.getenv('MYSQL_USER'), password= os.getenv('MYSQL_PASSWORD'), database="2024_open_data_nyc_1", - port = tunnel.local_bind_port + port = tunnel.remote_bind_port ) with open('get_attendees.sql', 'r') as fil: From bbc14ffd5b5102cfc3f0f98de948dd14096152ee Mon Sep 17 00:00:00 2001 From: Erik Brown <57164699+Erik-Brown01@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:03:27 -0400 Subject: [PATCH 2/2] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8e921f4..0e14191 100644 --- a/main.py +++ b/main.py @@ -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: