This commit is contained in:
iperov 2022-01-09 16:52:48 +04:00
parent 6478551358
commit 4043de5260

View file

@ -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):