mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix updater
This commit is contained in:
parent
6e47679e5d
commit
3f384ec8b4
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ from os import environ
|
|||
|
||||
LOGGER = getLogger(__name__)
|
||||
|
||||
load_dotenv("config.env", override=True)
|
||||
load_dotenv("config.env")
|
||||
|
||||
def getConfig(name: str):
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ try:
|
|||
except:
|
||||
pass
|
||||
|
||||
load_dotenv("config.env")
|
||||
load_dotenv("config.env", override=True)
|
||||
|
||||
UPSTREAM_REPO_URL = os.environ.get("UPSTREAM_REPO_URL", "")
|
||||
if len(UPSTREAM_REPO_URL) == 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue