微信公众号语音输入支持 (#808)

This commit is contained in:
JS00000
2023-04-12 15:10:51 +08:00
committed by GitHub
parent 28bd917c9f
commit 88f4a45cae
4 changed files with 7 additions and 3 deletions

1
app.py
View File

@@ -15,6 +15,7 @@ def sigterm_handler_wrap(_signo):
conf().save_user_datas()
if callable(old_handler): # check old_handler
return old_handler(_signo, _stack_frame)
sys.exit(0)
signal.signal(_signo, func)
def run():