im lk kinda dumb for that ngl.

fix typo
This commit is contained in:
Sam Sneed 2024-07-24 18:44:26 -05:00
parent b31d09eeb0
commit 05a80c6e22

View file

@ -302,7 +302,7 @@ threads = [
threading.Thread(target=monitor_cpu_gpu_usage),
threading.Thread(target=monitor_registry_changes),
threading.Thread(target=monitor_tls_certificates),
threading.Thread(target=kill_suspicious_processes),
threading.Thread(target=realtimeAV),
threading.Thread(target=monitor_browser, args=('chrome',)),
threading.Thread(target=monitor_browser, args=('firefox',))
]