mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
forgot
This commit is contained in:
parent
ffd8794db0
commit
4d9af5fea8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from dotenv import load_dotenv
|
|||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONFIG_FILE_URL = environ.get("CONFIG_FILE_URL", "")
|
||||
CONFIG_FILE_URL = os.environ.get("CONFIG_FILE_URL", "")
|
||||
if len(CONFIG_FILE_URL) != 0:
|
||||
try:
|
||||
res = requests.get(CONFIG_FILE_URL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue