Silverarmor / insta-follow-tracker

GNU General Public License v3.0
2 stars 0 forks source link

discord web hook not working #12

Open snaffey opened 11 months ago

snaffey commented 11 months ago

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'?

Silverarmor commented 10 months ago

In credentials.py looks like you defined discord_webhook rather then discord_webhook_url