Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
updated fetch_player_data to accept player_id
  • Loading branch information
Kudzmat authored Oct 8, 2024
1 parent 32a0361 commit 24252ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NoseBleedSeat/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
SMARTPROXY_PASSWORD = os.getenv('SMARTPROXY_PASSWORD')



def fetch_player_data(player_name, player_id=None):
"""Helper function to fetch or create player headshot and bio."""

Expand Down

0 comments on commit 24252ba

Please sign in to comment.