im lk kinda dumb for that ngl.
fix typo
This commit is contained in:
parent
b31d09eeb0
commit
05a80c6e22
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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',))
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue