No more "MENSUELLE" line
This commit is contained in:
parent
1901ec652b
commit
01b5096303
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ class PdfPage():
|
|||
page = txt.split('CONSOMMATION')[2].split('ACTIVITE DETAILLEE')[0]
|
||||
lines = page.split('\n')
|
||||
lines = [x for x in lines if len(x) > 0] # Remove empty lines
|
||||
lines.pop(0) # "MENSUELLE"
|
||||
lines.pop(0) # "Votre consommation au "
|
||||
details = []
|
||||
detail = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue