Skip to content

Commit

Permalink
ANOTHER BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi authored Jun 13, 2023
1 parent 349d623 commit 22a7231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/safeguard-files/prechecks.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ def preRun():
print(f'{Fore.RED}Program file [{Files.tronPath}] !MISSING! - AT: {globals.now}{Style.RESET_ALL}')

if not os.path.exists(Files.pythonFile):
install('https://itzcozi.github.io/SafeGuard/data/safeguard-files/safeguard%20.py', Files.pythonFileFolder, 'safeguard.py')
install('https://itzcozi.github.io/SafeGuard/data/safeguard-files/safeguard.py', Files.pythonFileFolder, 'safeguard.py')
with open(Files.logFile, 'a') as f:
f.write(f'Program file [{Files.pythonFile}] !REDOWNLOADED! - AT: {globals.now}')
if globals.debug:
print(f'{Fore.RED}Program file [{Files.pythonFile}] !MISSING! - AT: {globals.now}{Style.RESET_ALL}')

if not os.path.exists(Files.knownThreatFile):
install('https://itzcozi.github.io/SafeGuard/data/safeguard-files/threatList%20.sg', Files.knownThreatFileFolder, 'threatList.sg')
install('itzcozi.github.io/SafeGuard/data/safeguard-files/threatList.sg', Files.knownThreatFileFolder, 'threatList.sg')
with open(Files.logFile, 'a') as f:
f.write(f'Program file [{Files.knownThreatFile}] !REDOWNLOADED! - AT: {globals.now}')
if globals.debug:
Expand Down

0 comments on commit 22a7231

Please sign in to comment.