honestly no idea, just trying to fix my fckin git

master
panki27 6 years ago
parent 6b3c04d759
commit 97bb22a290

@ -106,7 +106,6 @@ def main():
results.append(x)
# here we're checking which advisory IDs we've already seen,
# so we don't send multiple notifications for the same advisory
# TODO: refactor into functions writeMemory(checkeIDs), readMemory()
checkedIDs = readFile(MEMORY_PATH)
for result in results:
if result.risk > 3:

Loading…
Cancel
Save