professional programming

This commit is contained in:
nebula 2025-04-26 21:08:49 +00:00
parent 3b958cb4af
commit 9be94b7e16

View File

@ -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