Compare commits

...

2 Commits

Author SHA1 Message Date
ad7d65cd80 More minor fixes to formatting 2025-01-30 14:49:39 -06:00
7c01b9a17c Minor fix to output formatting 2025-01-30 14:48:37 -06:00

View File

@@ -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...")
@@ -132,6 +132,7 @@ def main():
print("Interrupt")
pass
print("")
print(f"Total iterations: {args.iterations - remaining_iterations}")
return 0