diff --git a/service/api/events.py b/service/api/events.py index 9874a7a..2e208c1 100644 --- a/service/api/events.py +++ b/service/api/events.py @@ -12,8 +12,8 @@ class Client(object): self.url = url self.charset = charset self.events = [] - self.__load() self.timeout = 20 + self.__load() def __load(self): r = requests.get(self.url, timeout=self.timeout)