Pastebin: handle user pages
Not used for anything (for now), but you can be redirected to them after login.
This commit is contained in:
parent
21d43b1e64
commit
a37359807a
2 changed files with 5 additions and 1 deletions
|
|
@ -79,3 +79,6 @@ class PostPage(BasePastebinPage):
|
|||
if expiration:
|
||||
self.browser['paste_expire_date'] = [expiration]
|
||||
self.browser.submit()
|
||||
|
||||
class UserPage(BasePastebinPage):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue