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