diff --git a/files/script.py b/files/script.py index 7ef1f744db0dcac0811ee62e12fda9e3cd9a2422..045e1630f17a193dd4ccda268cb314349ce07058 100644 --- a/files/script.py +++ b/files/script.py @@ -27,7 +27,7 @@ def create_connection(): print("WARNING: Connection error with the gmp endpoint. Remaining {retry} retries") retry -= 1 sleep(0.5) - raise Exception("Impossible connect to the gmp endpoint after 5 retries") + raise Exception("Impossible connect to the gmp endpoint after 5 retries") def get_version(): gmp = create_connection()