Update plugin.py

This commit is contained in:
Gordon Shumway 2019-02-07 21:54:13 -05:00 committed by GitHub
parent bb73a0b884
commit e354ae09d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Fun(callbacks.Plugin):
"""
channel = msg.args[0]
data = requests.get("http://randomuselessfact.appspot.com/random.json").json()
data = requests.get("http://randomuselessfact.appspot.com/random.json?language=en").json()
irc.reply(data['text'])
useless = wrap(useless)