Open and close when restore

This commit is contained in:
WQY\qiong
2023-03-31 10:46:51 +08:00
parent 610e7ee561
commit f13d32bb0a
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ from tjnetwork import *
def main():
for p in list_project():
open_project(p)
restore(p)
close_project(p)
if __name__ == '__main__':
main()