File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ def check_credentials(self):
209
209
raise PySuezError ("Can not submit login form." )
210
210
211
211
if not 'eZSESSID' in self ._session .cookies .get_dict ():
212
- raise PySuezError ("Login error: Please check your username/password." )
213
212
return False
214
213
else :
215
214
return True
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = 'pysuez' ,
18
- version = '0.1.9 ' ,
18
+ version = '0.1.11 ' ,
19
19
description = 'Get your water consumption data from your Suez account (www.toutsurmoneau.fr)' ,
20
20
long_description = long_description ,
21
21
author = 'Farid N27' ,
22
22
23
- url = 'https://github.com/ooii/pySuez/releases/tag/0.1.9 ' ,
23
+ url = 'https://github.com/ooii/pySuez/releases/tag/0.1.11 ' ,
24
24
package_data = {'' : ['LICENSE' ]},
25
25
include_package_data = True ,
26
26
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments