From 65697891be538591f57384d3469ab2a7f2a86568 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 4 Dec 2019 04:30:53 +0000 Subject: server_stuff --- ricky/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ricky/utils.py') diff --git a/ricky/utils.py b/ricky/utils.py index 04e2074..98dca5f 100644 --- a/ricky/utils.py +++ b/ricky/utils.py @@ -17,7 +17,7 @@ def data_from_url(url): result = ImCmd.search(newfile=newfile).first() try: return { - "module": result.tag.split(":")[0], + "module": result.tag.split(":")[0], "params": json.loads(result.dataobj) } except AttributeError: -- cgit v1.2.3-70-g09d2