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/imgradient/params.py | |
| parent | 69845d6d9594db1b1ed22a47c2042c48ef98b495 (diff) | |
fixed some bad structure
Diffstat (limited to 'ricky/imgradient/params.py')
| -rw-r--r-- | ricky/imgradient/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/imgradient/params.py b/ricky/imgradient/params.py index 88b7d46..9d44b2a 100644 --- a/ricky/imgradient/params.py +++ b/ricky/imgradient/params.py @@ -15,7 +15,7 @@ from ricky.imgradient.options import * class ImGradientParams(Params): def __init__(self): - self.params = [ + self._params = [ Username(name="username", required=0), NumberRange(name="width", required=1, options=width_options, min=100, max=800), NumberRange(name="height", required=1, options=height_options, min=100, max=800), |
