yasserqureshi1 / Sneaker-Monitors

A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
GNU General Public License v3.0
463 stars 125 forks source link

No output from monitors #148

Closed fernstedt closed 1 year ago

fernstedt commented 1 year ago

I am trying your bots out.

There is no output at all from any monitor to discord. 4 of them are running in screens.

Logs are building up with json feed but no output at all.

yasserqureshi1 commented 1 year ago

I believe this was an issue where there was a check for keywords.

KEYWORDS = []

if KEYWORDS is []:
    # do something

When it should be....

if KEYWORDS == []:
    # do something