Removed errant breakpoint

This commit is contained in:
th3r00t
2021-07-20 11:39:53 -04:00
parent 8ecb7565a6
commit 7f6950273f

View File

@@ -413,7 +413,6 @@ async def live(request, **kwargs):
return False
async def runImport(host):
breakpoint()
async with websockets.connect(f'ws://{host[0]}:{host[1]}') as _s:
await _s.send("importBooks")
data = await _s.recv()