startup logo added and dynamic weather layout

This commit is contained in:
Your Name
2022-01-20 18:58:27 +00:00
parent 77fb96e4dc
commit 9056c958e5
2 changed files with 27 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ ALLOWED_EXTENSIONS = {'csv', 'png'}
ticker = pexpect.spawn("sudo -E python3 stockTicker.py")
ticker.sendline('*') # run by default
time.sleep(1)
time.sleep(8)
ticker.sendline('A') # run by default
def allowed_file(filename):