Skip to content

Commit

Permalink
I hate this
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Jun 12, 2023
1 parent 566236a commit 1e1461c
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 @@ -85,7 +85,7 @@ def install(URL, destination, name):
file_content = requests.get(URL)
open(f'{destination}/{name}', 'wb').write(file_content.content)
with open(Files.logFile, 'a') as f:
f.write('Downloaded file to: {Destination} - AT: {now}')
f.write(f'Downloaded file to: {destination} - AT: {globals.now}')
if globals.debug:
print(f'{Fore.BLUE}Downloaded file to: {destination}{Style.RESET_ALL}')

Expand Down

0 comments on commit 1e1461c

Please sign in to comment.