From 6c23e403c8279f80c8c3b9080bb4c1b2507487b0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 8 Jun 2013 10:51:59 +0200 Subject: [PATCH] Logging fixed --- nb_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nb_send.py b/nb_send.py index b1aa316..24d5ed2 100644 --- a/nb_send.py +++ b/nb_send.py @@ -65,7 +65,7 @@ if options.storeseq: s = shelve.open("netbeacon-send.seq") for destination in destinations: k = 'seq:' + str(destination) - if logging: + if options.verbose: print (k) if k not in s: s[k] = 1