Fix GITEA_URL in update_profile.py by removing username from the URL

This commit is contained in:
2026-02-27 23:26:24 +00:00
parent 4774c885eb
commit 60ce2c5795

View File

@@ -3,7 +3,7 @@ import requests
import traceback
# --- Configuration ---
GITEA_URL = "https://gitea.nathan-falvey.synology.me/nathan/"
GITEA_URL = "https://gitea.nathan-falvey.synology.me"
USERNAME = "nathan"
GITEA_TOKEN = os.getenv("GITEA_TOKEN")