Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
FortniteFevers authored Mar 26, 2021
1 parent 1b6893b commit 39a246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ def shop():
r = requests.get(url, allow_redirects=True)
print('\nWaitng for 3 minutes since this website has a big delay xd sawwy')
time.sleep(350)
if CreatorCode != '':
if CreatorCode != '':
url = f'https://api.nitestats.com/v1/shop/image?footer=Creator%20Code%3A%20{CreatorCode}'
else:
url = f'https://api.nitestats.com/v1/shop/image?'
Expand Down

0 comments on commit 39a246a

Please sign in to comment.