mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-07-06 04:52:14 -07:00
_
This commit is contained in:
parent
6478551358
commit
4043de5260
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class KeyValueDB:
|
|||
f.write_pickled( (key, d[key]) )
|
||||
|
||||
f.truncate()
|
||||
except e:
|
||||
except:
|
||||
print(f'Unable to save the data. {traceback.format_exc()}')
|
||||
|
||||
def finish_pending_jobs(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue