1
0
Fork 0

wolframalpha: avoid content that is not plaintext

This commit is contained in:
nemunaire 2017-07-09 15:03:09 +02:00
parent aefc0bb534
commit 920506c702
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from more import Response
# LOADING #############################################################
URL_API = "http://api.wolframalpha.com/v2/query?input=%%s&appid=%s"
URL_API = "http://api.wolframalpha.com/v2/query?input=%%s&format=plaintext&appid=%s"
def load(context):
global URL_API