Update variable.py

This commit is contained in:
blueShard-dev
2020-07-07 21:09:01 +00:00
committed by GitHub
parent 71a3fddeba
commit 216860e7b0

View File

@ -5,7 +5,7 @@ from . import is_linux
_aion_variable_file = "/tmp/aion39ewefv90erfte25"
_default_variables = {"IS_AION_RUNNING": False}
_default_variables = {"IS_AION_RUNNING": "False"}
IS_AION_RUNNING = "IS_AION_RUNNING"