Skip to content

Commit

Permalink
full run
Browse files Browse the repository at this point in the history
  • Loading branch information
endail committed Aug 2, 2024
1 parent e54874e commit 14c520b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generate.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from src.NtpDiscovery import NtpDiscovery, NtpLookupCollection
import random
from datetime import datetime, timezone

coll = NtpLookupCollection.fromfile("data/lookups.json")
coll._data = random.sample(coll._data, 1)
coll.validate()
disc = NtpDiscovery(coll)
report = disc.run()
Expand Down

0 comments on commit 14c520b

Please sign in to comment.