acecalisto3 commited on
Commit
377311e
·
1 Parent(s): b7cffa1
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ logging.basicConfig(
90
  # Define constants
91
  DEFAULT_FILE_PATH = "scraped_data"
92
  PURPOSE = (
93
- "You go to Culvers sites, you continuously seek changes on them since your last observation. "
94
- "Anything new that gets logged and dumped into csv, stored in your log folder at user/app/scraped_data."
95
  )
96
 
97
  # Global variables for task management
 
90
  # Define constants
91
  DEFAULT_FILE_PATH = "scraped_data"
92
  PURPOSE = (
93
+ "You monitor urls. You log what you observe. You seek any changes on them since your last observation. "
94
+ "Anything new gets logged and dumped into csv, stored in your log folder at user/app/scraped_data."
95
  )
96
 
97
  # Global variables for task management