Compare commits
2 Commits
86641f9959
...
master
Author | SHA1 | Date | |
---|---|---|---|
ad7d65cd80 | |||
7c01b9a17c |
@@ -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...")
|
||||||
@@ -132,6 +132,7 @@ def main():
|
|||||||
print("Interrupt")
|
print("Interrupt")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
print("")
|
||||||
print(f"Total iterations: {args.iterations - remaining_iterations}")
|
print(f"Total iterations: {args.iterations - remaining_iterations}")
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user