diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-07 10:53:13 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-07 10:53:13 -0700 |
commit | 71512aa7cfffd1430c7aeb3409551a10da2a693b (patch) | |
tree | c58d8cb3121c39e9287e7f11104c8aa1080aa6f7 /html | |
parent | Use https everywhere (diff) | |
download | gentoo-mirrorstats-71512aa7cfffd1430c7aeb3409551a10da2a693b.tar.gz gentoo-mirrorstats-71512aa7cfffd1430c7aeb3409551a10da2a693b.tar.bz2 gentoo-mirrorstats-71512aa7cfffd1430c7aeb3409551a10da2a693b.zip |
html/generate.py: disable success print spam
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'html')
-rwxr-xr-x | html/generate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/generate.py b/html/generate.py index 025004d..8eb7622 100755 --- a/html/generate.py +++ b/html/generate.py @@ -176,4 +176,4 @@ with open(cache_path, 'w') as fp: # # finish # -print("Finished.") +#print("Finished.") |