Skip to content

Commit

Permalink
Fix missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Dec 27, 2023
1 parent 596c74a commit 4197642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terrariumEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,7 @@ def motd(self):
motd_relays += (2 * padding) + pyfancy().red(
f'Engine can\'t keep up! For {self.__engine["too_late"]} times it could not finish in {terrariumEngine.__ENGINE_LOOP_TIMEOUT} seconds.'
).get()
motd_relays += "\n"
motd_relays += (3 * padding) + pyfancy().red("Please check your setup and hardware!").get()
motd_relays += "\n"

Expand Down

0 comments on commit 4197642

Please sign in to comment.