From d6db85cba16393bbe7651abcd631649fed836dd2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Jul 2020 10:00:46 +0200 Subject: reflector-2020.3.tar.xz --- Reflector.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Reflector.py b/Reflector.py index 175230c..54e98e0 100644 --- a/Reflector.py +++ b/Reflector.py @@ -108,7 +108,6 @@ def get_mirrorstatus( name = os.path.join(NAME, name) cache_path = get_cache_file(name=name) - print(cache_path) try: mtime = os.path.getmtime(cache_path) invalid = (time.time() - mtime) > cache_timeout diff --git a/setup.py b/setup.py index 6dd074a..6957e7e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import time setup( name='''Reflector''', - version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime(1584306801)), + version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime(1584536584)), description='''A Python 3 module and script to retrieve and filter the latest Pacman mirror list.''', author='''Xyne''', author_email='''ac xunilhcra enyx, backwards''', -- cgit v1.2.3