typo
This commit is contained in:
parent
4faeea1959
commit
5795094c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Cragr(Browser):
|
|||
def __init__(self, website, *args, **kwargs):
|
||||
self.DOMAIN = website
|
||||
self.PAGES = {'https://%s/' % website: pages.LoginPage,
|
||||
'https://%s/.*\.c.*' % website: pages.AccountList,
|
||||
'https://%s/.*\.c.*' % website: pages.AccountsList,
|
||||
}
|
||||
Browser.__init__(self, *args, **kwargs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue