Skip to content

Commit

Permalink
Update elements.py
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
alican authored Jun 14, 2023
1 parent 928945a commit 09f5b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

BASE_URL = 'https://slots.elements.com/'
SHEET_BASE_URL = BASE_URL + 'sheet.php'
SHEET_URL = SHEET_BASE_URL + '?studio_id=' + ELEMENTS_STUDIO_ID
SHEET_URL = SHEET_BASE_URL + '?studio_id=' + str(ELEMENTS_STUDIO_ID)



Expand Down

0 comments on commit 09f5b7b

Please sign in to comment.