summaryrefslogtreecommitdiff
path: root/ricky/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'ricky/utils.py')
-rw-r--r--ricky/utils.py2
1 files changed, 1 insertions, 1 deletions
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: