startup logo added and dynamic weather layout

This commit is contained in:
Your Name
2022-01-20 18:40:52 +00:00
parent 271da76900
commit 77fb96e4dc
3 changed files with 65 additions and 63 deletions

View File

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