Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8fe2f8

Browse files
committed
rename code.py to main.py
1 parent 6de5ea6 commit d8fe2f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code.py renamed to main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
if importFileOrNot == 'y': # 导入
133133
# 读取上次的结果
134134
GlobalVars = readJSON(GlobalVarsSavePath)
135+
GlobalVars['RepoMatch'] = {}
135136
print("[info] 导入JSON文件成功")
136137

137138
# 注册 Ctrl+C 退出处理程序
@@ -191,5 +192,5 @@
191192
print("[info] 开始同步仓库")
192193
from assets.transferRepos import transferRepos
193194
transferRepos(matchList.get('match'), WorkingDir, fromRepoProtocol = GiteeProtocol, toRepoProtocol = GitHubProtocol)
194-
print("程序执行完毕,将退出")
195+
print("程序结束,将退出")
195196
os.system("pause")

0 commit comments

Comments
 (0)