summaryrefslogtreecommitdiff
path: root/ricky/impattern/params.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 21:05:22 -0700
committerpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 21:05:22 -0700
commit3629cf6d6d2b28f277c6d4d0e32ac10e4403ab85 (patch)
tree861197220dafc39cbdd2d2147d72f4cf1b851160 /ricky/impattern/params.py
parent69845d6d9594db1b1ed22a47c2042c48ef98b495 (diff)
fixed some bad structure
Diffstat (limited to 'ricky/impattern/params.py')
-rw-r--r--ricky/impattern/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/impattern/params.py b/ricky/impattern/params.py
index 90907fc..833bed1 100644
--- a/ricky/impattern/params.py
+++ b/ricky/impattern/params.py
@@ -19,7 +19,7 @@ class Pattern_UrlOption(Option):
class ImPatternParams(Params):
def __init__(self):
- self.params = [
+ self._params = [
Username(name="username", required=0),
ImageUrl(name="image_url", required=1),
MultiSelect(name="pattern_url", required=1, options=pattern_url_options)