需要人工运行宏

This commit is contained in:
fengbohan 2023-10-30 13:53:47 +08:00
parent f6fa620ccf
commit a6cae7d8f8
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.doc
*.tmp
*.log
.idea/

View File

@ -57,6 +57,8 @@ class WEEK_REPORT:
s.Find.Execute(self.pre_str,
False, False, False, False, False, True, 1, False,
self.str, 1)
# run 宏
# self.doc.run("update")
def update_file(self):
self.open_file()