1
0
Fork 0

smmry: don't ask to URLencode returned texts

This commit is contained in:
nemunaire 2018-09-25 20:46:43 +02:00
parent 67dee382a6
commit 15064204d8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from nemubot.module.more import Response
# GLOBALS #############################################################
URL_API = "https://api.smmry.com/?SM_API_KEY=%s&SM_WITH_ENCODE"
URL_API = "https://api.smmry.com/?SM_API_KEY=%s"
# LOADING #############################################################