mirror of
https://github.com/Crocmagnon/plant-badger.git
synced 2024-12-04 07:05:59 +01:00
Move splash screen off loop
This commit is contained in:
parent
be47d32940
commit
41d28466eb
1 changed files with 1 additions and 1 deletions
|
@ -254,9 +254,9 @@ def splash_screen():
|
|||
display.update()
|
||||
|
||||
|
||||
splash_screen()
|
||||
while True:
|
||||
try:
|
||||
splash_screen()
|
||||
main()
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
|
Loading…
Reference in a new issue