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