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:
parent
63199c2ce4
commit
0450dc831c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user