From 472e00a4a95ca948818908cbbf0af8ee64614b5c Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Mon, 22 Sep 2025 17:21:58 +0200 Subject: [PATCH] Reformat cfg.py with black --- copyparty/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/cfg.py b/copyparty/cfg.py index 2e92305a..68cf0515 100644 --- a/copyparty/cfg.py +++ b/copyparty/cfg.py @@ -331,7 +331,7 @@ flagcats = { }, "opds": { "opds": "enable OPDS", - "opds_exts": "file formats to list in OPDS feeds; leave empty to show everything" + "opds_exts": "file formats to list in OPDS feeds; leave empty to show everything", }, "textfiles": { "md_no_br": "newline only on double-newline or two tailing spaces",