diff --git a/modsearch.py b/modsearch.py index ffb5469..fe6a7d5 100644 --- a/modsearch.py +++ b/modsearch.py @@ -9,7 +9,7 @@ import web def mod(phenny, input): uri = "http://nimg.pf-control.de/MTstuff/modSearchAPI.php?q=" - text, sc = web.get(uri + input.group(2)) + text, sc = web.get(uri + web.urlencode(input.group(2))) text = str(text, 'utf-8') data = web.json(text) answer = ""