diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
| commit | f2bdf5dbdb85ec0317e341f8963c21053624f479 (patch) | |
| tree | 70b383f4d6bbf1dd8a390703d8adcc2f7fd8d089 /ricky/pbbreaker | |
| parent | 0b994e3b71c2c0b463d100edd07745af565c7a59 (diff) | |
phasing out the api class
Diffstat (limited to 'ricky/pbbreaker')
| -rw-r--r-- | ricky/pbbreaker/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ricky/pbbreaker/__init__.py b/ricky/pbbreaker/__init__.py index e17f77f..cb76b15 100644 --- a/ricky/pbbreaker/__init__.py +++ b/ricky/pbbreaker/__init__.py @@ -1,12 +1,10 @@ from ricky.pb import Pb from ricky.pbbreaker.params import Params -from ricky.config import IMBREAK_URL class PbBreaker(Pb): def __init__(self): super(PbBreaker, self).__init__() - self.url = IMBREAK_URL def params_init(self): new_params = Params() |
