From 262015cead3ab2e6977835763beccfdce205eea1 Mon Sep 17 00:00:00 2001 From: GARNIER Laurent <laurent.garnier@irisa.fr> Date: Mon, 25 Oct 2021 09:26:48 +0000 Subject: [PATCH] Update __init__.py --- allgo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allgo/__init__.py b/allgo/__init__.py index c31bb39..81a025f 100644 --- a/allgo/__init__.py +++ b/allgo/__init__.py @@ -51,7 +51,7 @@ class Init: """ if not API_token_valid: API_token = get_random_string(length=32) - msg += "Sign in with your existing https://allgo18.inria.fr/accounts/login/?token=" + API_token+ " A||GO account \n" + msg = "Sign in with your existing https://allgo18.inria.fr/accounts/login/?token=" + API_token+ " A||GO account \n" print(msg) else: # FIXME : Have to check that the user is register -- GitLab