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
|
import traceback
|
||||||
|
|
||||||
# --- Configuration ---
|
# --- Configuration ---
|
||||||
GITEA_URL = "https://gitea.nathan-falvey.synology.me/nathan/"
|
GITEA_URL = "https://gitea.nathan-falvey.synology.me"
|
||||||
USERNAME = "nathan"
|
USERNAME = "nathan"
|
||||||
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
|
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user