Skip to content

Commit

Permalink
UGH
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Jun 12, 2023
1 parent 64d26b5 commit c961ddb
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 @@ -161,7 +161,7 @@ def diskCleanup(sickbay):

@staticmethod
def startTron():
os.startfile(Files.tronPath)
os.startfile(f'{Files.tronPath}/tron.bat')

# Log
with open(Files.logFile, 'a') as f:
Expand Down Expand Up @@ -255,7 +255,7 @@ def PHASE_2():
elevateYorN = input('Do you want to remove threats? (y/n) \n')

if elevateYorN == 'y':
print('\n\n Activating PHASE 3 Please wait... \n')
print('\n\nActivating PHASE 3 Please wait. \n')
# PHASE_3 Branch #2
input('Press enter to continue... \n')
PHASE_3()
Expand Down

0 comments on commit c961ddb

Please sign in to comment.