From 5e2ecbc98fe8186b2d894cd5941165f3f695c13b Mon Sep 17 00:00:00 2001 From: Patrick Tschuchnig Date: Thu, 12 Sep 2019 09:02:51 +0200 Subject: [PATCH] more fixes --- gametest_rev1.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gametest_rev1.py b/gametest_rev1.py index 6af68e5..efb883f 100644 --- a/gametest_rev1.py +++ b/gametest_rev1.py @@ -554,10 +554,8 @@ while True: clear_screen() handle_events() show_debug() - #led_handler() + led_handler() print(str(pygame.time.get_ticks())) - print(str(int((pygame.time.get_ticks()/100))%2)) - print(str(leds_constant_update)) if game_running == False and game_ending == False: # one shot for changing the led colour