[stickynotes-antispam] Add message which paste is being processed



commit 92b1e1ce876976117f72deb1f5f153a273cbeba1
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jun 26 13:22:06 2019 +0200

    Add message which paste is being processed

 stickynotes-antispam.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/stickynotes-antispam.py b/stickynotes-antispam.py
index c64f929..27a753b 100755
--- a/stickynotes-antispam.py
+++ b/stickynotes-antispam.py
@@ -93,6 +93,7 @@ def main():
     pastes = client.list(5)
 
     for paste_id in pastes:
+        print(f"processing {paste_id}")
         paste = client.get(paste_id)
         if check_if_spam(paste):
             client.delete(paste_id)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]