remove trailing spaces
This commit is contained in:
parent
892b85274a
commit
512bfe6b0b
3 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ class DetailsPage(BasePage):
|
|||
mydate_str = re.search('&date=(?P<date>\d*)$',
|
||||
alink.attrib.get('href')).group('date')
|
||||
mydate = datetime.strptime(mydate_str, "%Y%m%d").date()
|
||||
|
||||
|
||||
bill = Bill()
|
||||
bill.label = unicode(mydate_str)
|
||||
bill.id = unicode(mydate_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue