From 9be94b7e16652b0b37aefbe0d02077c8a5565b86 Mon Sep 17 00:00:00 2001 From: nebula Date: Sat, 26 Apr 2025 21:08:49 +0000 Subject: [PATCH] professional programming --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index b586f1c..cbfec94 100755 --- a/bink.py +++ b/bink.py @@ -25,7 +25,7 @@ except FileExistsError: try: with open(filters_path, "r") as f: - filters = json.load(f.read()) + filters = json.load(f) except FileNotFoundError: pass