Remove initial reboot in AutoRepairs

This commit is contained in:
2Shirt 2022-09-28 17:16:16 -07:00
parent 6da14beabe
commit 579ae52a68
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -340,7 +340,6 @@ def init_session(options):
if options['Run TDSSKiller (once)']['Selected']:
TRY_PRINT.run('Running TDSSKiller...', run_tdsskiller, msg_good='DONE')
print('')
reboot(30)
def is_autologon_enabled():