From 86081e6570101f4a2dfab3f3d9a7d733919aa1c4 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 7 Feb 2017 01:02:15 +0100 Subject: [PATCH] Print notice when issue not found --- getter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/getter.py b/getter.py index bcba478..cf84254 100755 --- a/getter.py +++ b/getter.py @@ -62,6 +62,7 @@ def getterLoop(start = 53): while j < 5: if getIssue(i) is False: j += 1 + print("[NOTICE] Skipping issue: %i (not found - %i)" (i, j)) else: j = 0