give it time to fetch ip upon boot

This commit is contained in:
Justin 2023-04-11 19:21:00 +08:00 committed by GitHub
parent b07a3820b2
commit bd6281de8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5321,9 +5321,9 @@ class StockTicker():
self.displayGIF(start_GIF, delay = 0.02, repeat = False)
#stock_ticker.setImage(start_image)
time.sleep(2)
time.sleep(5)
self.resetMatrix()
time.sleep(4)
self.ip_viewer()
time.sleep(2)
self.resetMatrix()