Merge branch 'master' of https://git.chaospott.de/andreas/pixelserver2
This commit is contained in:
commit
1b618adba5
1
main.py
1
main.py
@ -51,6 +51,7 @@ if config.UseGui:
|
|||||||
pygame.draw.rect(screen, (r, g, b), pygame.Rect(sf*x, sf*y, sf, sf))
|
pygame.draw.rect(screen, (r, g, b), pygame.Rect(sf*x, sf*y, sf, sf))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
time.sleep(1/30)
|
||||||
pygame.display.flip()
|
pygame.display.flip()
|
||||||
logging.info("Closing GUI")
|
logging.info("Closing GUI")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user