andrewelick / amazon-giveaway-bot

Bot that automatically enters you in to hundreds of instant amazon giveaways
13 stars 6 forks source link

Local variable 'browser' referenced before assignment. #12

Open AMDphreak opened 5 years ago

AMDphreak commented 5 years ago

Browser.quit() is in the wrong place?

Loading prizes
100% complete...

Removing prizes that you have already entered into
Entering in 3503 new giveaways!

Could not load page
Traceback (most recent call last):
  File "amazoncontest.py", line 381, in <module>
    load_login_info()
  File "amazoncontest.py", line 372, in load_login_info
    amazon_bot(email, password, name, want_follow)
  File "amazoncontest.py", line 327, in amazon_bot
    browser.quit()
UnboundLocalError: local variable 'browser' referenced before assignment