Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
whoot authored Feb 8, 2024
1 parent 553fdbd commit a72638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self):
print(Fore.CYAN)
print(r'________ ________ _________ '.center(73))
print(r'\_ _/__ __ ______ _____\_____ \ / _____/ ____ _____ ___ '.center(73))
print(r' | | | | |\____ \| _ | _(__ < \_____ \_/ ___\\\\__ \ / \ '.center(73))
print(r' | | | | |\____ \| _ | _(__ < \_____ \_/ ___\\__ \ / \ '.center(73))
print(r' | | |___ || |_) | (_) |/ \/ \ \___ / __ \| | \ '.center(73))
print(r' |__| / ____|| __/|_____|________/_________/\_____|_____/|__|__/ '.center(73))
print(r' \/ |__| '.center(73))
Expand Down

0 comments on commit a72638a

Please sign in to comment.