mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-07 13:09:53 +00:00
Merge pull request #133 from gyf9835/patch-1
This commit is contained in:
commit
16847cea93
@ -49,6 +49,7 @@ class Command(BaseCommand):
|
||||
|
||||
with tempfile.NamedTemporaryFile("wb") as f:
|
||||
f.write(response.content)
|
||||
f.flush()
|
||||
plugin_final_target = Path(tempdir) / plugin
|
||||
|
||||
with tempfile.TemporaryDirectory() as extraction_tmp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user