mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
correct subset of fixes, not touching the intentional/sacred ones
This commit is contained in:
parent
f9cb2c15e3
commit
cc4f4aef99
17 changed files with 24 additions and 22 deletions
|
@ -84,7 +84,7 @@ def main():
|
|||
# on success, delete the .bin file which contains the URL
|
||||
os.unlink(fp)
|
||||
except:
|
||||
open("-- FAILED TO DONWLOAD " + name, "wb").close()
|
||||
open("-- FAILED TO DOWNLOAD " + name, "wb").close()
|
||||
|
||||
os.unlink(tfn)
|
||||
print(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue