Skip to content

Commit 039aaf4

Browse files
author
iamsajjad
committed
add ignore to test
1 parent 62fb3f2 commit 039aaf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11

22
from quickping import Quickping
33

4-
test = Quickping("192.168.0.0", "192.168.0.128", log=True, threads=512)
4+
test = Quickping("192.168.0.0", "192.168.0.128", ignore=["192.168.0.22"], threads=512, log=True)
55
test.active()
6+
7+
print(test.deactiveAddresses)
68
print(test.activeAddresses)
79

0 commit comments

Comments
 (0)