Use filelock to make sure we don't try to write state info from multiple download threads simultaneously

This commit is contained in:
2022-03-19 14:12:21 +01:00
parent 3f6bc46d52
commit 9a5ce9469d
2 changed files with 4 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ rich
requests
inflect
pydantic
humanize
humanize
filelock