mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Removed errant breakpoint
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user