Merge branch 'Zar-Branch' of https://git.racooncity.org/brotoskyj/AirlockTools into allowlistsearch

This commit is contained in:
brotoskyj
2025-08-21 17:32:21 -04:00
3 changed files with 380 additions and 0 deletions
+8
View File
@@ -4,6 +4,7 @@ import utils.getdeviceevents
import utils.allowlist
import utils.hashfunctions
import utils.pathfunctions
import utils.allowfunctions
import urllib3
import pandas as pd
@@ -83,6 +84,13 @@ def menu():
categorized[0].to_html("needsreview.html", index=False)
categorized[1].to_html("approved.html", index=False)
categorized[2].to_html("remaining.html", index=False)
allowpaths = utils.allowfunctions.filter_and_drop(categorized[1],path_eligible,2)
allowpaths.to_html("AllowedPaths.html", index=False)