2022.02
1、集成live2d看板娘; 2、更新ngrok是否开启判断;
This commit is contained in:
parent
732e7e3b61
commit
88ed6984f0
@ -99,7 +99,7 @@ class DeviceInputListener(Recorder):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
#启动ngork
|
#启动ngork
|
||||||
if not config_util.key_ngrok_cc_id:
|
if config_util.key_ngrok_cc_id is not None and config_util.key_ngrok_cc_id != "":
|
||||||
MyThread(target=self.start_ngrok, args=[config_util.key_ngrok_cc_id]).start()
|
MyThread(target=self.start_ngrok, args=[config_util.key_ngrok_cc_id]).start()
|
||||||
|
|
||||||
self.streamCache = stream_util.StreamCache(1024*1024*20)
|
self.streamCache = stream_util.StreamCache(1024*1024*20)
|
||||||
|
Loading…
Reference in New Issue
Block a user