Strip3s / PhoenixBot

Phoenix Bot - A Bird Bot Resurrection
MIT License
263 stars 113 forks source link

Implemented dont_buy setting and fixed some typos #8

Closed broglea closed 3 years ago

broglea commented 3 years ago

Summary

  1. Implemented dont_buy global setting in QT app, rather than a variable in walmart.py (needs logic added to bestbuy.py to respect it but the setting is there at least)
  2. Fixed some typos where variable /function names were incorrect
  3. Added an __init__.py to sites so that vscode better understands path of imports local to the package

Screen Shot 2020-11-13 at 10 43 33 PM

Screen Shot 2020-11-13 at 10 43 52 PM
broglea commented 3 years ago

Fixed merge conflict, need new approval