1
0
mirror of https://github.com/acgnhiki/blrec.git synced 2025-04-02 09:00:12 +08:00

feat: ensure file mode as expected

This commit is contained in:
acgnhik 2022-08-14 19:48:09 +08:00
parent 63199c2ce4
commit 0450dc831c

View File

@ -105,6 +105,7 @@ class Application:
async def launch(self) -> None:
self._setup()
logger.debug(f'Default umask {os.umask(000)}')
logger.info(f'Launched Application v{__version__}')
task = asyncio.create_task(self._task_manager.load_all_tasks())
task.add_done_callback(exception_callback)