Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Mar 4, 2023
1 parent 18e16fe commit ad6f5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 自动更新模块/自动更新功能.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def 初始化():
if 参数1 == "test":
print("app run success")
# 写出文件
with open(_取运行目录() + "test.txt", "w") as f:
with open(_取运行目录() + "/test.txt", "w") as f:
f.write("app run success")
sys.exit(0)

Expand Down

0 comments on commit ad6f5fb

Please sign in to comment.