More minor fixes to formatting
This commit is contained in:
@@ -104,7 +104,7 @@ def main():
|
|||||||
ghoststring="\033[37m"
|
ghoststring="\033[37m"
|
||||||
for i, key in enumerate(sequence):
|
for i, key in enumerate(sequence):
|
||||||
ghoststring += drummapping.get(key,{}).get('string',' ')
|
ghoststring += drummapping.get(key,{}).get('string',' ')
|
||||||
ghoststring+="\033[0m"
|
ghoststring+="~\033[0m"
|
||||||
|
|
||||||
# Wait for user confirmation
|
# Wait for user confirmation
|
||||||
input("Press enter on-beat to sync up with Patapon...")
|
input("Press enter on-beat to sync up with Patapon...")
|
||||||
|
Reference in New Issue
Block a user