Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Weltolk committed Dec 7, 2022
1 parent 160b6fe commit aa0adf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .idea/R3nzSkin_tool.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion R3nzSkin_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def task() -> None:

text2_1 = Text(root, relief=GROOVE, bg="#FFFFFF")
text2_1.place(relwidth=0.375, relheight=0.275, relx=0.1, rely=0.365)
text2_1.insert("1.0", time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime()))
text2_1.insert("1.0", time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()))

# 排除框部分
lb2_2 = Label(root, text="排除框", anchor=NW)
Expand Down

0 comments on commit aa0adf3

Please sign in to comment.