Skip to content

Commit eaea0d3

Browse files
author
Radar
committed
remove raiseException in check_credentials
1 parent e212bf5 commit eaea0d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pysuez/client.py

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def check_credentials(self):
209209
raise PySuezError("Can not submit login form.")
210210

211211
if not 'eZSESSID' in self._session.cookies.get_dict():
212-
raise PySuezError("Login error: Please check your username/password.")
213212
return False
214213
else:
215214
return True

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
setup(
1717
name='pysuez',
18-
version='0.1.9',
18+
version='0.1.11',
1919
description='Get your water consumption data from your Suez account (www.toutsurmoneau.fr)',
2020
long_description=long_description,
2121
author='Farid N27',
2222
author_email='[email protected]',
23-
url='https://github.com/ooii/pySuez/releases/tag/0.1.9',
23+
url='https://github.com/ooii/pySuez/releases/tag/0.1.11',
2424
package_data={'': ['LICENSE']},
2525
include_package_data=True,
2626
packages=find_packages(),

0 commit comments

Comments
 (0)