update send transcript

This commit is contained in:
misyaguziya
2023-06-30 17:46:35 +09:00
parent aca449349a
commit 98cf5a81f8
4 changed files with 56 additions and 45 deletions

View File

@@ -38,4 +38,4 @@ class thread_fnc(threading.Thread):
while True:
if self.stopped():
return
self.fnc()
self.fnc(*self._args, **self._kwargs)