Skip to content

Commit

Permalink
更新 3.5 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeanAmier committed Jul 28, 2023
1 parent 0082130 commit 80b8b8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from src.main_web_UI import WebUI

VERSION = 3.5
STABLE = False
STABLE = True

RELEASES = "https://github.com/JoeanAmier/TikTokDownloader/releases/latest"
NAME = f"TikTokDownloader v{VERSION}{'' if STABLE else ' Beta'}"
Expand Down Expand Up @@ -98,11 +98,6 @@ def server():
app.run(host="0.0.0.0", debug=False)


def close_file(files: list | tuple):
for f in files:
f.close()


def change_config(file: Path, tip="修改设置成功!"):
deal_config(file)
print(tip)
Expand Down

0 comments on commit 80b8b8c

Please sign in to comment.