diff --git a/modules/leclercmobile/pages/history.py b/modules/leclercmobile/pages/history.py index 61ae4a9a..abb5fa4a 100644 --- a/modules/leclercmobile/pages/history.py +++ b/modules/leclercmobile/pages/history.py @@ -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