This commit is contained in:
hajdul88 2025-10-13 17:00:49 +02:00
parent 33b97215ce
commit cf87b833a0

View file

@ -69,7 +69,7 @@ async def concurrent_subprocess_access():
first_cognify_process.wait()
second_cognify_process.wait()
logger.info(f"Database concurrent subprocess example finished")
logger.info("Database concurrent subprocess example finished")
if __name__ == "__main__":