Update GITEA_URL and USERNAME in update_profile.py for correct configuration
This commit is contained in:
@@ -3,8 +3,8 @@ import requests
|
|||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
# --- Configuration ---
|
# --- Configuration ---
|
||||||
GITEA_URL = "http://your-gitea-ip:3000"
|
GITEA_URL = "https://gitea.nathan-falvey.synology.me/nathan/"
|
||||||
USERNAME = "your_username"
|
USERNAME = "nathan"
|
||||||
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
|
GITEA_TOKEN = os.getenv("GITEA_TOKEN")
|
||||||
|
|
||||||
def debug_request():
|
def debug_request():
|
||||||
|
|||||||
Reference in New Issue
Block a user