Update GITEA_URL and USERNAME in update_profile.py for correct configuration

This commit is contained in:
2026-02-27 23:24:34 +00:00
parent 7ac733521d
commit 4774c885eb

View File

@@ -3,8 +3,8 @@ import requests
import traceback
# --- Configuration ---
GITEA_URL = "http://your-gitea-ip:3000"
USERNAME = "your_username"
GITEA_URL = "https://gitea.nathan-falvey.synology.me/nathan/"
USERNAME = "nathan"
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
def debug_request():