Little bug fix

This commit is contained in:
Marian Steinbach 2018-02-07 17:53:35 +01:00
parent 1c538eb445
commit acffd32511
1 changed files with 1 additions and 1 deletions

View File

@ -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)