This commit is contained in:
retoor 2025-08-31 03:27:47 +02:00
parent 84287808c8
commit b961954aa1

View File

@ -42,7 +42,7 @@ class SocketService(BaseService):
self.subscriptions = {}
self.last_update = str(datetime.now())
async def user_availability_service(self):
async def user_availability_service(self):
logger.info("User availability update service started.")
logger.debug("Entering the main loop.")
while True: