auto startup script added

This commit is contained in:
Neythen
2021-05-05 22:00:12 +01:00
parent 4cc6e07824
commit 07cf1e7c7a
5 changed files with 10 additions and 6 deletions

View File

@@ -57,7 +57,8 @@ def hello():
now = datetime.datetime.now()
timeString = now.strftime("%Y-%m-%d %H:%M")
LogoList = os.listdir('logos')
logos_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'logos')
LogoList = os.listdir(logos_path)
templateData = {
'title' : 'Stock Ticker Control Panel',
'time': timeString,