Skip to content

Commit

Permalink
移除错误的引入
Browse files Browse the repository at this point in the history
  • Loading branch information
TheD0ubleC committed Jan 22, 2025
1 parent 3a2a78f commit 6a53eae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"LANGUAGE": "en",
}
MAIN_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
VERSION = "0.10.0-beta+20250122"
VERSION = "0.10.1-beta+20250122"
WEB_UI_URL = None


Expand Down
1 change: 0 additions & 1 deletion src/web-ui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
import src
from flask import Flask, request, jsonify, render_template
from main import run_main_program, load_config, config, save_config
from utils.output_handler import OutputHandler # 导入 OutputHandler
Expand Down

0 comments on commit 6a53eae

Please sign in to comment.