mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 14:49:05 +08:00
Opt: Imports isorted
This commit is contained in:
3
alas.py
3
alas.py
@@ -99,7 +99,8 @@ class AzurLaneAutoScript:
|
||||
Save logs to ./log/error/<timestamp>/log.txt
|
||||
"""
|
||||
from module.base.utils import save_image
|
||||
from module.handler.sensitive_info import handle_sensitive_image, handle_sensitive_logs
|
||||
from module.handler.sensitive_info import (handle_sensitive_image,
|
||||
handle_sensitive_logs)
|
||||
if self.config.Error_SaveError:
|
||||
if not os.path.exists('./log/error'):
|
||||
os.mkdir('./log/error')
|
||||
|
||||
Reference in New Issue
Block a user