diff options
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), |
