From 3b958cb4af7724922a0cb80fa8533c16c57fe0e4 Mon Sep 17 00:00:00 2001 From: nebula Date: Sat, 26 Apr 2025 21:06:40 +0000 Subject: [PATCH] ngl im not paying attention --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index a82de24..b586f1c 100755 --- a/bink.py +++ b/bink.py @@ -10,7 +10,7 @@ from math import floor home = os.path.expanduser("~/.bink") filters = [] -filters_path = f"{os.path.expanduser}/.binkfilters" +filters_path = os.path.expanduser("~/.binkfilters") max_body_length = 64_000 helptext = """see https://git.tilde.town/nebula/bink for details