mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-10 23:08:57 +08:00
fix bug
This commit is contained in:
@@ -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__":
|
||||||
|
Reference in New Issue
Block a user