mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added an extra layer of exception handling to image retrieval.
This commit is contained in:
@@ -58,7 +58,7 @@ class Server:
|
||||
async def initialize_server(self):
|
||||
self.config.logger.info("INITIALIZE")
|
||||
self.serve = await websockets.serve(self.socketio, self.host[0], self.host[1])
|
||||
await asyncio.sleep(.01)
|
||||
await asyncio.sleep(.1)
|
||||
self.config.logger.info("Server Initialization Complete")
|
||||
|
||||
async def runImport(self):
|
||||
|
||||
Reference in New Issue
Block a user