Modifying file

This commit is contained in:
chabisik 2022-12-17 11:18:47 +01:00
parent 70e5a4ea8f
commit c72f027362

View file

@ -11,7 +11,7 @@ def index():
lock = threading.Lock()
def opener(lck):
with clk:
with lck:
for _ in range(5):
requests.get("http://192.168.0.103/open")