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
ad15d7fa
Commit
ad15d7fa
authored
Jun 23, 2015
by
Romain Bignon
Committed by
Romain Bignon
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not load state
parent
31666b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/sogecartenet/browser.py
modules/sogecartenet/browser.py
+2
-2
No files found.
modules/sogecartenet/browser.py
View file @
ad15d7fa
...
...
@@ -31,8 +31,8 @@ class SogecartesBrowser(LoginBrowser):
accounts
=
URL
(
'/internationalisation/gestionParcCartes'
,
AccountsPage
)
transactions
=
URL
(
'/internationalisation/csv/operationsParCarte.*'
,
TransactionsPage
)
def
__init__
(
self
,
*
args
,
**
kwargs
):
super
(
SogecartesBrowser
,
self
)
.
__init__
(
*
args
,
**
kwargs
)
def
load_state
(
self
,
state
):
pass
def
do_login
(
self
):
assert
isinstance
(
self
.
username
,
basestring
)
...
...
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