diff --git a/fut14/__init__.py b/fut14/__init__.py index c474ecd..5b7125c 100644 --- a/fut14/__init__.py +++ b/fut14/__init__.py @@ -18,7 +18,7 @@ """ __title__ = 'fut14' -__version__ = '0.0.10' +__version__ = '0.0.11' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/fut14/core.py b/fut14/core.py index a917a3c..e8cbf78 100644 --- a/fut14/core.py +++ b/fut14/core.py @@ -87,7 +87,6 @@ class Core(object): def __init__(self, email, passwd, secret_answer, platform='pc', debug=False): self.debug = debug if self.debug: self.logger = logger('DEBUG') - else: self.logger = logger() # TODO: validate fut request response (200 OK) self.email = email self.passwd = passwd diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index b12bcea..56b32d7 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut14' -__version__ = '0.0.10' +__version__ = '0.0.11' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'