spectrograms are never cropped; share thumbcache

This commit is contained in:
ed
2023-10-15 11:42:57 +00:00
parent edbafd94c2
commit db668ba491
5 changed files with 12 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ class HttpSrv(object):
if self.args.log_thrs:
start_log_thrs(self.log, self.args.log_thrs, nid)
self.th_cfg: dict[str, Any] = {}
self.th_cfg: dict[str, set[str]] = {}
Daemon(self.post_init, "hsrv-init2")
def post_init(self) -> None: