mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
mute some startup noise
This commit is contained in:
parent
c2ace91e52
commit
eaa6b3d0be
|
@ -644,7 +644,14 @@ class Up2k(object):
|
||||||
ff = "\033[0;35m{}{:.0}"
|
ff = "\033[0;35m{}{:.0}"
|
||||||
fv = "\033[0;36m{}:\033[90m{}"
|
fv = "\033[0;36m{}:\033[90m{}"
|
||||||
fx = set(("html_head",))
|
fx = set(("html_head",))
|
||||||
fd = {"dbd": "dbd"}
|
fd = {
|
||||||
|
"dbd": "dbd",
|
||||||
|
"lg_sbf": "lg_sbf",
|
||||||
|
"md_sbf": "md_sbf",
|
||||||
|
"mte": "mte",
|
||||||
|
"mth": "mth",
|
||||||
|
"mtp": "mtp",
|
||||||
|
}
|
||||||
fl = {
|
fl = {
|
||||||
k: v
|
k: v
|
||||||
for k, v in flags.items()
|
for k, v in flags.items()
|
||||||
|
|
Loading…
Reference in a new issue