From 3629cf6d6d2b28f277c6d4d0e32ac10e4403ab85 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 4 Oct 2015 21:05:22 -0700 Subject: fixed some bad structure --- ricky/imgradient/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ricky/imgradient/params.py') 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), -- cgit v1.2.3-70-g09d2