diff --git a/update_profile.py b/update_profile.py index 12832fd..c3f9f8b 100644 --- a/update_profile.py +++ b/update_profile.py @@ -7,10 +7,10 @@ def generate_stats(): return f"āœ… My Gitea instance is alive and well!\nšŸ•’ Last update: {now}." def main(): - readme_path = "README.md" + readme_path = "README.MD" if not os.path.exists(readme_path): - print("README.md not found!") + print(f"{readme_path} not found!") return with open(readme_path, "r", encoding="utf-8") as f: