From 1b0c5bf897f7e2ac1da51f8b097a76faa5287d75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 20 Nov 2023 00:40:09 +0100 Subject: [PATCH] Continued: - re-indented --- fba/helpers/blocklists.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index 795fb25..deaf45d 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -76,13 +76,15 @@ oliphant_blocklists = ( ) # Static URLs -txt_files = ({ - "blocker": "seirdy.one", - "url" : "https://seirdy.one/pb/bsl.txt", -},{ - "blocker": "seirdy.one", - "url" : "https://seirdy.one/pb/FediNuke.txt", -}) +txt_files = ( + { + "blocker": "seirdy.one", + "url" : "https://seirdy.one/pb/bsl.txt", + },{ + "blocker": "seirdy.one", + "url" : "https://seirdy.one/pb/FediNuke.txt", + } +) # Other CSV files csv_files = ( -- 2.39.5