Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Oct 14, 2023
1 parent 4403fce commit 38589eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def main_menu():
gs = 0
with open(binner + os.sep + 'banners' + os.sep + settings.banner, 'r') as banner:
print(f'\033[31m {banner.read()} \033[0m')
print("\033[92;44m Beta Edition \033[0m")
print("\033[92;44m Delta Edition \033[0m")
if gs == 1:
print(f"\033[36m “{shiju}”")
print(f"\033[36m---{another}{fr}\033[0m\n")
Expand Down

0 comments on commit 38589eb

Please sign in to comment.