Add info when restore

This commit is contained in:
WQY\qiong
2023-03-31 10:48:11 +08:00
parent f13d32bb0a
commit 1f2733aa90

View File

@@ -2,6 +2,7 @@ from tjnetwork import *
def main(): def main():
for p in list_project(): for p in list_project():
print(f'restore {p}...')
open_project(p) open_project(p)
restore(p) restore(p)
close_project(p) close_project(p)