Fix case sensitivity in README file references for consistency
This commit is contained in:
@@ -7,7 +7,7 @@ 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(f"{readme_path} not found!")
|
||||
|
||||
Reference in New Issue
Block a user