More minor fixes to formatting
This commit is contained in:
@@ -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...")
|
||||
|
Reference in New Issue
Block a user