mirror of
https://github.com/9001/copyparty.git
synced 2026-04-04 14:58:27 +10:00
v1.3.8
This commit is contained in:
@@ -378,7 +378,10 @@ class HttpCli(object):
|
||||
|
||||
em = str(ex)
|
||||
msg = em if pex == ex else min_ex()
|
||||
self.log("{}\033[0m, {}".format(msg, self.vpath), 3)
|
||||
self.log(
|
||||
"{}\033[0m, {}".format(msg, self.vpath),
|
||||
6 if em.startswith("client d/c ") else 3,
|
||||
)
|
||||
|
||||
msg = "{}\r\nURL: {}\r\n".format(em, self.vpath)
|
||||
if self.hint:
|
||||
|
||||
Reference in New Issue
Block a user