We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cb020 commit 425f072Copy full SHA for 425f072
app.py
@@ -44,7 +44,7 @@ def backup_old_html():
44
if not os.path.exists(OLD_DIR):
45
os.makedirs(OLD_DIR)
46
timestamp = datetime.utcnow().strftime("%d-%m-%Y")
47
- backup_filename = f"index-{timestamp}.html"
+ backup_filename = f"awesome-repos-{timestamp}.html"
48
backup_path = os.path.join(OLD_DIR, backup_filename)
49
shutil.move(HTML_FILE, backup_path)
50
print(f"Backed up old index.html → {backup_path}")
0 commit comments