This commit is contained in:
ManUtopiK 2022-12-07 19:19:50 +01:00
parent b7d55cfb89
commit 44a7feddd1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ dotenv_path = join(dirname(__file__),MY_PATH + '.env')
load_dotenv(dotenv_path)
# Set global values (default parameters) , regarding variables environments
duniter = os.getenv('DUNITER') + 'gva'
duniter = os.getenv('DUNITER')
if not duniter:
node = "https://g1.librelois.fr/gva"