This commit is contained in:
yankay 2021-09-10 12:21:53 +08:00
parent 0729c1729b
commit 98aaf08147
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def main():
for l in lines: for l in lines:
sync_cmds.append(skepo_sync_cmd(l)) sync_cmds.append(skepo_sync_cmd(l))
for c in sync_cmds: for c in sync_cmds:
print(c) print(c)
os.system(c) os.system(c)
if __name__ == "__main__": if __name__ == "__main__":