More minor fixes to formatting

This commit is contained in:
Salt 2025-01-30 14:49:39 -06:00
parent 7c01b9a17c
commit ad7d65cd80

@ -104,7 +104,7 @@ def main():
ghoststring="\033[37m"
for i, key in enumerate(sequence):
ghoststring += drummapping.get(key,{}).get('string',' ')
ghoststring+="\033[0m"
ghoststring+="~\033[0m"
# Wait for user confirmation
input("Press enter on-beat to sync up with Patapon...")