Update run_app_zh.py

This commit is contained in:
Sun Tao 2025-03-12 23:45:50 +08:00 committed by GitHub
parent be8497677e
commit e45b243126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,6 @@ os.environ['PYTHONIOENCODING'] = 'utf-8'
def main():
"""主函数启动OWL智能助手运行平台"""
os.environ['PYTHONIOENCODING'] = 'utf-8'
# 确保当前目录是项目根目录
project_root = Path(__file__).resolve().parent
os.chdir(project_root)