honestly no idea, just trying to fix my fckin git
This commit is contained in:
parent
6b3c04d759
commit
97bb22a290
@ -106,7 +106,6 @@ def main():
|
|||||||
results.append(x)
|
results.append(x)
|
||||||
# here we're checking which advisory IDs we've already seen,
|
# here we're checking which advisory IDs we've already seen,
|
||||||
# so we don't send multiple notifications for the same advisory
|
# so we don't send multiple notifications for the same advisory
|
||||||
# TODO: refactor into functions writeMemory(checkeIDs), readMemory()
|
|
||||||
checkedIDs = readFile(MEMORY_PATH)
|
checkedIDs = readFile(MEMORY_PATH)
|
||||||
for result in results:
|
for result in results:
|
||||||
if result.risk > 3:
|
if result.risk > 3:
|
||||||
|
Loading…
Reference in New Issue
Block a user