mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix small annoyances,
* mute exception on early shutdown * sfx: give the utime thread a name
This commit is contained in:
parent
5c1e23907d
commit
2c92dab165
3 changed files with 9 additions and 3 deletions
|
@ -398,7 +398,7 @@ def run(tmp, j2, ftp):
|
|||
msg("sfxdir:", tmp)
|
||||
msg()
|
||||
|
||||
t = threading.Thread(target=utime, args=(tmp,))
|
||||
t = threading.Thread(target=utime, args=(tmp,), name="utime")
|
||||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue