mirror of https://gitlab.com/gpvkt/twitchtts.git
Versionbump
This commit is contained in:
parent
24b5abb0d4
commit
51a36b2a1b
2
tts.py
2
tts.py
|
@ -1302,7 +1302,7 @@ if __name__ == "__main__":
|
||||||
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(module)s %(threadName)s %(levelname)s: %(message)s')
|
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(module)s %(threadName)s %(levelname)s: %(message)s')
|
||||||
sys.tracebacklimit = 3
|
sys.tracebacklimit = 3
|
||||||
|
|
||||||
VERSION = "1.6.0"
|
VERSION = "1.6.1"
|
||||||
conf = {}
|
conf = {}
|
||||||
tts_done = []
|
tts_done = []
|
||||||
msg_queue_raw = []
|
msg_queue_raw = []
|
||||||
|
|
Loading…
Reference in New Issue