From 4774c885ebb1f7146da28bbc61929dc941aaecec Mon Sep 17 00:00:00 2001 From: Nathan Falvey Date: Fri, 27 Feb 2026 23:24:34 +0000 Subject: [PATCH] Update GITEA_URL and USERNAME in update_profile.py for correct configuration --- update_profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_profile.py b/update_profile.py index b450c53..ad52b82 100644 --- a/update_profile.py +++ b/update_profile.py @@ -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():