Skip to content

Instantly share code, notes, and snippets.

@turingmachine
Created May 1, 2015 15:53
Show Gist options
  • Save turingmachine/74e24d9a857a0f9c5f45 to your computer and use it in GitHub Desktop.
Save turingmachine/74e24d9a857a0f9c5f45 to your computer and use it in GitHub Desktop.
--- a/hotwire.py
+++ b/hotwire.py
@@ -197,6 +197,7 @@ class HotWireGame():
self.rankings_current += 1
if self.rankings_current == len(self.rankings):
self.rankings_current = 0
+ self.display.blank()
self.display_update()
def show_tribute_display(self):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment