Modifying file
This commit is contained in:
parent
70e5a4ea8f
commit
c72f027362
1 changed files with 1 additions and 1 deletions
2
myapp.py
2
myapp.py
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue