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
|
||||
|
||||
# --- 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():
|
||||
|
||||
Reference in New Issue
Block a user