acecalisto3 commited on
Commit
f73ae7b
·
verified ·
1 Parent(s): c3194cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -900,7 +900,7 @@ def get_latest_csv() -> str:
900
  Retrieves the latest CSV file from the storage directory based on modification time.
901
  """
902
  try:
903
- storage_location = DEFAULT_FILE_PATH
904
  csv_files = [f for f in os.listdir(storage_location) if f.endswith(".csv")]
905
  if not csv_files:
906
  return None
 
900
  Retrieves the latest CSV file from the storage directory based on modification time.
901
  """
902
  try:
903
+ storage_location = "/home/users/app/scraped_data"
904
  csv_files = [f for f in os.listdir(storage_location) if f.endswith(".csv")]
905
  if not csv_files:
906
  return None