mirror of
https://github.com/Crocmagnon/plant-badger.git
synced 2024-12-04 15:13:36 +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()
|
display.update()
|
||||||
|
|
||||||
|
|
||||||
|
splash_screen()
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
splash_screen()
|
|
||||||
main()
|
main()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
Loading…
Reference in a new issue