diff options
| author | Pepper <pepper@scannerjammer.com> | 2019-12-04 04:30:53 +0000 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2019-12-04 04:30:53 +0000 |
| commit | 65697891be538591f57384d3469ab2a7f2a86568 (patch) | |
| tree | 5b34929c7e2c64abbec1949d755205839281456b /ricky/utils.py | |
| parent | 1d8ed6e2f6ffb872c2e29104067a28ae098ec290 (diff) | |
server_stuffserver_stuff
Diffstat (limited to 'ricky/utils.py')
| -rw-r--r-- | ricky/utils.py | 2 |
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: |
