yahooanswers: flip answer / link order
This commit is contained in:
parent
19922cdfee
commit
f6fc544227
|
@ -23,6 +23,6 @@ def answer(inp, api_key=None):
|
|||
|
||||
chosen = choice(answered)
|
||||
answer, link = chosen["ChosenAnswer"], chosen["Link"]
|
||||
response = "%s -- %s" % (link, answer)
|
||||
response = "%s -- %s" % (answer, link)
|
||||
|
||||
return " ".join(response.split())
|
||||
|
|
Loading…
Reference in New Issue