It's not you who fixes Chuck Norris. It's Chuck Norris who fixes you.
This commit is contained in:
parent
d173d341a8
commit
ae2469a04f
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ def get_content():
|
||||||
return json.loads(r.content)["value"]
|
return json.loads(r.content)["value"]
|
||||||
|
|
||||||
|
|
||||||
def on_ping(bot, user, channel, message):
|
def on_ping(bot, update, context):
|
||||||
return get_content()
|
return get_content()
|
||||||
|
|
Loading…
Reference in a new issue