remove debug stuff
This commit is contained in:
parent
d8b80139d4
commit
b079953916
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ from .pages import PastePage, PostPage
|
||||||
__all__ = ['PastebinBrowser']
|
__all__ = ['PastebinBrowser']
|
||||||
|
|
||||||
from weboob.tools.browser import BaseBrowser
|
from weboob.tools.browser import BaseBrowser
|
||||||
BaseBrowser.SAVE_RESPONSES=True
|
|
||||||
|
|
||||||
class PastebinBrowser(BaseBrowser):
|
class PastebinBrowser(BaseBrowser):
|
||||||
DOMAIN = 'pastebin.com'
|
DOMAIN = 'pastebin.com'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue