Spaces:
Runtime error
Runtime error
updated title
Browse files
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)
|