quoteattr adds " which interfers with TTS

This commit is contained in:
rany
2021-05-11 14:23:36 +03:00
parent 107d635e92
commit 3f9e86e2c6

View File

@@ -7,7 +7,7 @@ import argparse
import urllib.request
import websocket # pip install websocket-client
from email.utils import formatdate
from xml.sax.saxutils import quoteattr as escape
from xml.sax.saxutils import escape
try:
import thread
except ImportError: