From 8fcda0229f0947c678a66e4ba0dc7641b1b3a938 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Oct 2021 15:06:28 +0700 Subject: [PATCH] beautifier --- action.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.py b/action.py index f70eab7..6cfff78 100644 --- a/action.py +++ b/action.py @@ -20,7 +20,7 @@ dnq_locat = "/reprwiki/Private-build/ucate/dnsmasq.conf.txt" Version = "UCATE" os.makedirs('/reprwiki/Private-build/ucate',exist_ok=True) -ucate_source= [ +UCATE_SOURCE = [ 'https://badmojr.github.io/1Hosts/Pro/rpz.txt', 'https://github.com/minoplhy/filters/releases/download/filters-build/Adguard-dns_rpz.txt', 'https://github.com/minoplhy/filters/releases/download/filters-build/Adguard-cname-tracker_rpz.txt', @@ -59,7 +59,7 @@ dnq_locat = "/reprwiki/Private-build/veneto/dnsmasq.conf.txt" Version = "VENETO" os.makedirs('/reprwiki/Private-build/veneto',exist_ok=True) -veneto_source = [ +VENETO_SOURCE = [ 'https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt', 'https://github.com/crazy-max/WindowsSpyBlocker/raw/master/data/hosts/spy.txt', 'https://energized.pro/extensions/xtreme/formats/rpz.txt',