From 31b969a687348015fc6292fb5c03cd6e8bd60489 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sat, 5 Dec 2015 23:20:17 -0800 Subject: fixed imgrid --- ricky/imgrid/__init__.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ricky/imgrid/__init__.py') diff --git a/ricky/imgrid/__init__.py b/ricky/imgrid/__init__.py index 3b0b128..e977115 100644 --- a/ricky/imgrid/__init__.py +++ b/ricky/imgrid/__init__.py @@ -1,12 +1,14 @@ from ricky.im import Im -from ricky.imgrid.params import ImGridParams +from ricky.imgrid.params import Params from ricky.config import IMGRID_URL + class ImGrid(Im): def __init__(self): self.url = IMGRID_URL + def params_init(self): - new_params = ImGridParams() - #new_params = self.get_from_server() + new_params = Params() + # new_params = self.get_from_server() new_params.api = self return new_params -- cgit v1.2.3-70-g09d2