X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/dfd60ef69a6fa4b790250431f9b7fde6da084ec9..82c945d5140bce7c1884c8bc734f3403626bb5f1:/spaceapi.py diff --git a/spaceapi.py b/spaceapi.py index 7f788ab..181981a 100644 --- a/spaceapi.py +++ b/spaceapi.py @@ -51,5 +51,5 @@ class SpaceApi: self._fail_count = 0 else: self._fail_count += 1 - if self._fail_count in (5, 50, 500): + if self._fail_count in (5, 100): logger.critical("Updating the SpaceAPI failed %d times in a row" % self._fail_count)