Skip to content

Commit

Permalink
bugfix [part1] - tried to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 7, 2024
1 parent f5c32fd commit 3fcc6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
separator = COLOR_STYLE_BRIGHT + "###############################" + COLOR_RESET_ALL

def print_title():
logger_sys.log_message("INFO: Printing title")
if preferences["theme"] == "OFF":
with open(program_dir + '/game/imgs/Title' + str(preferences["title style"]) + '.txt', 'r') as f:
print(f.read())
Expand Down

0 comments on commit 3fcc6fa

Please sign in to comment.