Skip to content

Commit

Permalink
Update get_sort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astoicame authored Jan 9, 2025
1 parent 064452c commit 308766c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions get_sort (1).py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

# Connect to the database
connection = pymysql.connect(
host='bioed.bu.edu',
user='astoicad',
password='astoicad',
db='Team_4',
port=4253
host='',
user='',
password='',
db='',
port=
)

# Function to get sort data for a given sort_id from the database
Expand Down

0 comments on commit 308766c

Please sign in to comment.