Avnsh1111 / Instagram-Reels-Scraper-Auto-Poster

Reels-AutoPilot: Reels-AutoPilot is a powerful GitHub repository that scrapes reels from specified Instagram accounts and automatically posts them to your account. Keep up with the latest content from your favorite creators and effortlessly share it with your followers. Enhance your Instagram presence and grow your account with Reels-AutoPilot!
GNU General Public License v3.0
166 stars 44 forks source link

Dashboard configuration table incorrect #21

Closed Emory81 closed 10 months ago

Emory81 commented 10 months ago

Describe the bug The IS_REMOVE_FILES, IS_ENABLED_AUTO_POSTER, FETCH_LIMIT, LIKE_AND_VIEW_COUNTS_DISABLED, and DISABLE_COMMENTS is incorrect from the config.py file values.

To Reproduce Steps to reproduce the behavior:

  1. Run "python3 app.py" in terminal
  2. Run "python3 dashboard.py" in a separate terminal

Screenshots image

Desktop:

Avnsh1111 commented 10 months ago

Hi @Pablo-Jr , config.py is only used for coding purposes it does store configuration. All the configurations are stored in the SQLite database which is located in database/sqlite.db. Thanks