kupa/kupa2.py
2023-09-11 16:10:06 +02:00

17 lines
280 B
Python
Executable file

import urllib.request
import threading
import textrender
HTTP_WLED = "http://10.8.0.196/win&LO="
HTTP_OPEN_SIGNAL = "&LO=0"
HTTP_CLOSE_SIGNAL = "&LO=1"
# MAIN LOOP
print("Robimy kupÄ™!")
textrender.render_stub()
#textrender.render_thread_debug("dupa")
print("Koniec kupy!")