Created
May 1, 2015 15:53
-
-
Save turingmachine/74e24d9a857a0f9c5f45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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