Whitespace fixes

This commit is contained in:
deckensteuerung 2018-08-22 21:34:17 +02:00
parent b822fb9c1c
commit 2e59927b01

View File

@ -51,6 +51,7 @@ if config.UseGui:
pygame.draw.rect(screen, (r, g, b), pygame.Rect(sf*x, sf*y, sf, sf))
except:
pass
time.sleep(1/30)
pygame.display.flip()
logging.info("Closing GUI")