From fae40c7e2f961645a51ed9b442e5db4c0aaf8836 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 22 Nov 2024 22:26:34 +0000 Subject: [PATCH] black --- copyparty/util.py | 14 +++++++++++--- copyparty/web/browser.css | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/copyparty/util.py b/copyparty/util.py index c21022de..1ce33e69 100644 --- a/copyparty/util.py +++ b/copyparty/util.py @@ -2716,9 +2716,17 @@ def build_netmap(csv: str, defer_mutex: bool = False): if shorthand in srcs: if not expanded_shorthands: srcs += [ - "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "fd00::/8", # lan - "169.254.0.0/16", "fe80::/10", # link-local - "127.0.0.0/8, ::1/128", # loopback + # lan: + "10.0.0.0/8", + "172.16.0.0/12", + "192.168.0.0/16", + "fd00::/8", + # link-local: + "169.254.0.0/16", + "fe80::/10", + # loopback: + "127.0.0.0/8", + "::1/128", ] expanded_shorthands = True diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 55d57e1a..b1ec1c8f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -442,7 +442,7 @@ html.dz { --g-sel-b1: #c37; --g-sel-sh: #b36; --g-fsel-b1: #d48; - + --f-h-b1: #3b3; text-shadow: none;