Skip to content

Commit

Permalink
LAST BUG FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Jun 12, 2023
1 parent 3de2460 commit 2fce864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/safeguard-files/safeguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def argHandler():
if arg1 == 'schedule':
scheduleTask()
elif arg1 == 'startup_off':
os.remove(f'C:/Users/coope/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/{__file__}')
os.remove(f'C:/Users/coope/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/safeguard.bat')
elif arg1 == 'prerun_off':
globals.prerun_switch = False
else:
Expand Down

0 comments on commit 2fce864

Please sign in to comment.