mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
dont track workloads unless multiprocessing
This commit is contained in:
parent
b97a1088fa
commit
acd8149479
5 changed files with 23 additions and 13 deletions
|
@ -116,6 +116,7 @@ class VHttpConn(object):
|
|||
self.addr = ("127.0.0.1", "42069")
|
||||
self.args = args
|
||||
self.auth = auth
|
||||
self.is_mp = False
|
||||
self.log_func = log
|
||||
self.log_src = "a"
|
||||
self.lf_url = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue