From 74dc301ff9ca7b74541b44f99e42d06bd22d59be Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Thu, 3 Dec 2015 18:30:20 -0800 Subject: fixed up syntax a bit --- ricky/impattern/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ricky/impattern/__init__.py') diff --git a/ricky/impattern/__init__.py b/ricky/impattern/__init__.py index 577623e..3e22f78 100755 --- a/ricky/impattern/__init__.py +++ b/ricky/impattern/__init__.py @@ -2,11 +2,13 @@ from ricky.im import Im from ricky.impattern.params import ImPatternParams from ricky.config import IMPATTERN_URL + class ImPattern(Im): def __init__(self): self.url = IMPATTERN_URL + def params_init(self): new_params = ImPatternParams() - #new_params = self.get_from_server() + # new_params = self.get_from_server() new_params.api = self return new_params -- cgit v1.2.3-70-g09d2