Commit a64ea72d authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix a typo

parent 6c6c30af
......@@ -114,7 +114,7 @@ def stop():
ans = {"status": "Nothing queued"}
else:
# pynq_thread.stop()
while not resolve_queue.emtpy():
while not resolve_queue.empty():
resolve_queue.get()
ans = {"status": "Stopped"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment