mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
ok they actually served a purpose
This commit is contained in:
parent
1e0a448feb
commit
83b4038b85
|
@ -59,6 +59,8 @@ def main():
|
|||
|
||||
try:
|
||||
det(tf)
|
||||
except:
|
||||
pass # mute
|
||||
finally:
|
||||
os.unlink(tf)
|
||||
|
||||
|
|
|
@ -44,6 +44,8 @@ def main():
|
|||
|
||||
try:
|
||||
det(tf)
|
||||
except:
|
||||
pass # mute
|
||||
finally:
|
||||
os.unlink(tf)
|
||||
|
||||
|
|
Loading…
Reference in a new issue