Skip to content

Commit

Permalink
优化默认通过exe启动后台,删除无效qss属性
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaShue committed Nov 15, 2024
1 parent b066dff commit 721981d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets
2 changes: 1 addition & 1 deletion main_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask import Flask
from src.service.api.routes import tasker_bp, tasker_service_manager
from src.service.sercive_config import ServerConfig
from utils.common import _terminate_adb_processes
from src.utils.common import _terminate_adb_processes


def create_app(config: ServerConfig = None) -> Flask:
Expand Down

0 comments on commit 721981d

Please sign in to comment.