Fix GITEA_URL in update_profile.py by removing username from the URL
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user