properly define urls
This commit is contained in:
parent
7bbb113f92
commit
e0cb4118f8
11 changed files with 12 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ class AgendadulibreBrowser(PagesBrowser):
|
|||
event_page = URL('events/(?P<_id>.*)', EventPage)
|
||||
|
||||
def __init__(self, website, region, *args, **kwargs):
|
||||
self.BASEURL = u'%s' % website
|
||||
self.BASEURL = u'%s/' % website
|
||||
self.region = '®ion=%s' % region if region else ''
|
||||
PagesBrowser.__init__(self, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue