summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Reflector.py1
-rw-r--r--setup.py2
2 files changed, 1 insertions, 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''',