diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index b8feda96..287c64ca 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -3363,11 +3363,19 @@ class HttpCli(object): rc = 404 if self.args.vague_403: t = '
or maybe you don\'t have access -- try logging in or go home
' + pt = "404 not found ┐( ´ -`)┌ (or maybe you don't have access -- try logging in)" elif is_403: t = 'you\'ll have to log in or go home
' + pt = "403 forbiddena ~┻━┻ (you'll have to log in)" rc = 403 else: t = '