修复一点小问题

This commit is contained in:
zw
2025-08-14 15:51:17 +08:00
parent 0621bc6e54
commit 6332bda929
3 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
import tidevice
from wda import Client
from Entity.Variables import tikTokApp
from Utils.AiUtils import AiUtils
from Utils.LogManager import LogManager
@@ -37,7 +35,7 @@ class ControlUtils(object):
currentApp = session.app_current()
if currentApp != tk:
session.app_start(tikTokApp)
session.app_start(tk)
# 关闭Tik Tok
@classmethod