From ad7d65cd804a2f85cfcabe4764ccab3640d1ddbe Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Thu, 30 Jan 2025 14:49:39 -0600
Subject: [PATCH] More minor fixes to formatting

---
 autopon.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autopon.py b/autopon.py
index 3446f96..8f7a4c5 100755
--- a/autopon.py
+++ b/autopon.py
@@ -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...")