pkalkman commited on
Commit
6f6a1b0
·
1 Parent(s): 6114d73

updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def get_last_refresh_time(path) -> str:
49
  """
50
  # Path to the last_update.txt file
51
  update_file_path = os.path.join(path, 'last_update.txt')
52
-
53
  # Check if the file exists
54
  if os.path.exists(update_file_path):
55
  # Read the content of the file (the timestamp)
 
49
  """
50
  # Path to the last_update.txt file
51
  update_file_path = os.path.join(path, 'last_update.txt')
52
+
53
  # Check if the file exists
54
  if os.path.exists(update_file_path):
55
  # Read the content of the file (the timestamp)