mirror of
https://github.com/beaston02/CAM4Recorder.git
synced 2025-10-05 02:14:19 +08:00
Update CAM4Recorder.py
This commit is contained in:
parent
efdd29a212
commit
621ef9ad3f
1 changed files with 7 additions and 3 deletions
|
@ -62,7 +62,11 @@ def startRecording(model):
|
||||||
data = fd.read(1024)
|
data = fd.read(1024)
|
||||||
f.write(data)
|
f.write(data)
|
||||||
except:
|
except:
|
||||||
pass
|
recording.remove(model)
|
||||||
|
|
||||||
|
if model in recording:
|
||||||
|
recording.remove(model)
|
||||||
|
except:
|
||||||
if model in recording:
|
if model in recording:
|
||||||
recording.remove(model)
|
recording.remove(model)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue