fix support for filtering out users

This commit is contained in:
nebula 2025-04-26 21:03:26 +00:00
parent b9ba6ef0d7
commit 82a033d240

View File

@ -10,7 +10,7 @@ from math import floor
home = os.path.expanduser("~/.bink")
filters = []
filters_path = f"{home}/.binkfilters"
filters_path = f"{os.path.expanduser}/.binkfilters"
max_body_length = 64_000
helptext = """see https://git.tilde.town/nebula/bink for details