auto startup script added
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user