mirror of
https://github.com/adulau/netbeacon.git
synced 2024-11-23 10:37:11 +00:00
Logging fixed
This commit is contained in:
parent
89bfdb344d
commit
6c23e403c8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if options.storeseq:
|
||||||
s = shelve.open("netbeacon-send.seq")
|
s = shelve.open("netbeacon-send.seq")
|
||||||
for destination in destinations:
|
for destination in destinations:
|
||||||
k = 'seq:' + str(destination)
|
k = 'seq:' + str(destination)
|
||||||
if logging:
|
if options.verbose:
|
||||||
print (k)
|
print (k)
|
||||||
if k not in s:
|
if k not in s:
|
||||||
s[k] = 1
|
s[k] = 1
|
||||||
|
|
Loading…
Reference in a new issue