Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
178
Issues
178
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
417a7323
Commit
417a7323
authored
Apr 02, 2019
by
Sylvie Ye
Committed by
Romain Bignon
Apr 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[societegenerale] avoid unavailable accounts
parent
f49db7ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/societegenerale/pages/accounts_list.py
modules/societegenerale/pages/accounts_list.py
+3
-0
No files found.
modules/societegenerale/pages/accounts_list.py
View file @
417a7323
...
...
@@ -120,6 +120,9 @@ class AccountsPage(JsonBasePage):
item_xpath
=
'donnees'
class
item
(
ItemElement
):
def
condition
(
self
):
return
not
Dict
(
'etatPrestation'
)(
self
)
==
'INDISPONIBLE'
klass
=
Account
# There are more account type to find
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment