diff --git a/allgo/__init__.py b/allgo/__init__.py index e14fa3a71f818ae0c872367669b7e2ff6e95118c..816c68467fe073c1d8ad38a4bf72d24e205c37d0 100644 --- a/allgo/__init__.py +++ b/allgo/__init__.py @@ -108,7 +108,7 @@ class Init: if 'allgo_instance' in kwargs: API_parameters['allgo_instance'] = kwargs['allgo_instance'] - # Try to communicate with Allgo + # Try to communicate with Allgo to test allgo instance try: if(not API_parameters['verbose_level'] == 'errors'): print("\n Try to connect to the allgo API instance: "+API_parameters['allgo_instance'])