Skip to content

Commit

Permalink
2022.02
Browse files Browse the repository at this point in the history
1、集成live2d看板娘;
2、更新ngrok是否开启判断;
  • Loading branch information
xszyou committed Feb 3, 2023
1 parent 732e7e3 commit 88ed698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fay_booter.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, fei):

def run(self):
#启动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()

self.streamCache = stream_util.StreamCache(1024*1024*20)
Expand Down

0 comments on commit 88ed698

Please sign in to comment.