honestly no idea, just trying to fix my fckin git

This commit is contained in:
panki27 2018-10-17 15:52:07 +02:00
parent 6b3c04d759
commit 97bb22a290

View File

@ -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: