From 062237d0949b38163b6d13931c7ab3b99840619d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 12 Dec 2019 08:56:17 +0100 Subject: updated URL and ARCHITECTURES --- Reflector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reflector.py b/Reflector.py index f141829..7fb45f6 100644 --- a/Reflector.py +++ b/Reflector.py @@ -42,7 +42,7 @@ import urllib.request NAME = 'Reflector' -URL = 'https://archlinux32.org/mirrors/status.php?json' +URL = 'https://www.archlinux32.org/mirrors/status/json' DISPLAY_TIME_FORMAT = '%Y-%m-%d %H:%M:%S UTC' PARSE_TIME_FORMAT = '%Y-%m-%dT%H:%M:%SZ' @@ -498,7 +498,7 @@ class MirrorStatus(): 'testing' ) # Officially supported system architectures. - ARCHITECTURES = ['i486','i686'] + ARCHITECTURES = ['i486','i686','pentium4'] MIRROR_URL_FORMAT = MIRROR_URL_FORMAT MIRRORLIST_ENTRY_FORMAT = MIRRORLIST_ENTRY_FORMAT -- cgit v1.2.3-54-g00ecf