commit 8e7f34e64578904e637505a698f0bdb4ab00d3f5 parent ef718411acb35181f65174c91fbcbbcf2d1c7689 Author: rob <rob@tarina.org> Date: Wed, 18 Jan 2023 10:56:27 +0200 make it fast Diffstat:
M | tarinactrl.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarinactrl.py b/tarinactrl.py @@ -24,7 +24,7 @@ camselected=0 newselected=0 mastersound=0 recording=None -sleep=0.2 +sleep=0.01 rectime=None ##---------------Connection----------------------------------------------