From 39a246ab6aaad2a1e457b72b447fd029b729023d Mon Sep 17 00:00:00 2001 From: Fevers <47673608+FortniteFevers@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:06:37 -0400 Subject: [PATCH] oops --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 68c3d16..582c47d 100644 --- a/bot.py +++ b/bot.py @@ -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?'