You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
py insta.py
Traceback (most recent call last):
File "C:\Users\tiago\Downloads\insta-follow-tracker-master\insta.py", line 22, in
webhook = DiscordWebhook(url=discord_webhook_url, avatar_url="https://i.imgur.com/IpIG5TP.png", username="Instagram Statistics Tracker")
^^^^^^^^^^^^^^^^^^^
NameError: name 'discord_webhook_url' is not defined. Did you mean: 'discord_webhook'?
The text was updated successfully, but these errors were encountered:
I defined the webhook on the credentials.py
py insta.py
Traceback (most recent call last):
File "C:\Users\tiago\Downloads\insta-follow-tracker-master\insta.py", line 22, in
webhook = DiscordWebhook(url=discord_webhook_url, avatar_url="https://i.imgur.com/IpIG5TP.png", username="Instagram Statistics Tracker")
^^^^^^^^^^^^^^^^^^^
NameError: name 'discord_webhook_url' is not defined. Did you mean: 'discord_webhook'?
The text was updated successfully, but these errors were encountered: