diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 21:05:22 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 21:05:22 -0700 |
| commit | 3629cf6d6d2b28f277c6d4d0e32ac10e4403ab85 (patch) | |
| tree | 861197220dafc39cbdd2d2147d72f4cf1b851160 /ricky/imbreak/params.py | |
| parent | 69845d6d9594db1b1ed22a47c2042c48ef98b495 (diff) | |
fixed some bad structure
Diffstat (limited to 'ricky/imbreak/params.py')
| -rw-r--r-- | ricky/imbreak/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/imbreak/params.py b/ricky/imbreak/params.py index e5de5c7..01a46e4 100644 --- a/ricky/imbreak/params.py +++ b/ricky/imbreak/params.py @@ -46,7 +46,7 @@ expanded_options = Options.from_dict( class ImBreakParams(Params): def __init__(self): - self.params = [ + self._params = [ Username(name="username", required=0), ImageUrl(name="url", required=1), MultiSelect(name="finalformat", required=0, options=finalformat_options), |
