master
Lukas Schulz 2020-12-19 22:42:40 +01:00
parent 94deac7452
commit b16e2a9b4a
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from rgbmatrix import RGBMatrix, RGBMatrixOptions
import threading
import requests
from io import BytesIO
import time
client_id = cfg.client_id
client_secret = cfg.client_secret
@ -63,5 +64,9 @@ def main():
if __name__ == "__main__":
main()
print('text')
while True:
time.sleep(10)
print('timed')