mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
Fix updater
This commit is contained in:
parent
f7d6b34f3c
commit
6e47679e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ try:
|
|||
except:
|
||||
pass
|
||||
|
||||
load_dotenv("config.env", override=True)
|
||||
load_dotenv("config.env")
|
||||
|
||||
UPSTREAM_REPO_URL = os.environ.get("UPSTREAM_REPO_URL", "")
|
||||
if len(UPSTREAM_REPO_URL) == 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue