From 473e8f5b814a7804a49667fc54272c83a778bb9f Mon Sep 17 00:00:00 2001 From: blueShard-dev <63594396+blueShard-dev@users.noreply.github.com> Date: Tue, 7 Jul 2020 21:09:37 +0000 Subject: [PATCH] Update variable.py --- aion-0.1.0_alpha/aion_core/variable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aion-0.1.0_alpha/aion_core/variable.py b/aion-0.1.0_alpha/aion_core/variable.py index b84ffb5..1da070d 100644 --- a/aion-0.1.0_alpha/aion_core/variable.py +++ b/aion-0.1.0_alpha/aion_core/variable.py @@ -2,7 +2,7 @@ _aion_variable_file = "/tmp/aion39ewefv90erfte25" -_default_variables = {"IS_AION_RUNNING": False} +_default_variables = {"IS_AION_RUNNING": "False"} IS_AION_RUNNING = "IS_AION_RUNNING"