two screensavers added

This commit is contained in:
Neythen
2021-11-17 19:34:13 +00:00
parent 999dc32d92
commit 2cc6afc5cf
13 changed files with 76 additions and 227 deletions

View File

@@ -658,6 +658,7 @@ if __name__ == '__main__':
if checkStocks(stock_time, stock_frequency) or msg == 's':
stock_time = NY_time.strftime("%d/%m/%Y %H:%M:%S")
last_updates['stocks'] = stock_time
updateStocks()
# crypto
crypto_time = datetime.strptime(last_updates['crypto'], "%d/%m/%Y %H:%M:%S")