Skip to content

Commit

Permalink
OMG
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Jun 12, 2023
1 parent 526d59e commit 05e433c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/safeguard-files/safeguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def PHASE_3():
if globals.debug:
print(f'{Fore.BLUE}SafeGuard PHASE-3 initalized - AT: {globals.now}{Style.RESET_ALL}')

attemptUpdate = input('Would you like to update your PC? (y/n)')
attemptUpdate = input('Would you like to update your PC? (y/n) \n')

if attemptUpdate == 'y':
lib.windowsUpdate(sickbay = True)
Expand All @@ -297,7 +297,7 @@ def PHASE_3():
time.sleep(3)
lib.clear()

print('\n\n Activating Tron Please wait... \n')
print('Activating Tron Please wait... \n')
print('Click `yes` when asked to run as admin \n')
time.sleep(5)

Expand Down

0 comments on commit 05e433c

Please sign in to comment.