From 31476fe21b40023e7e06869cc9967f47d60b7888 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 17 Apr 2018 21:23:26 -0400 Subject: [PATCH] dont print when no links added --- archive | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/archive b/archive index 2b6eaa45..dc694751 100755 --- a/archive +++ b/archive @@ -62,13 +62,13 @@ def merge_links(archive_path=HTML_FOLDER, import_path=None): archive_path, **ANSI, )) - else: - print('[*] [{}] No new links added to {}/index.json{}'.format( - datetime.now().strftime('%Y-%m-%d %H:%M:%S'), - archive_path, - ' from {}'.format(import_path) if import_path else '', - **ANSI, - )) + # else: + # print('[*] [{}] No new links added to {}/index.json{}'.format( + # datetime.now().strftime('%Y-%m-%d %H:%M:%S'), + # archive_path, + # ' from {}'.format(import_path) if import_path else '', + # **ANSI, + # )) return all_links