mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 21:18:13 +08:00
fix bug
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
for l in lines:
|
||||
sync_cmds.append(skepo_sync_cmd(l))
|
||||
for c in sync_cmds:
|
||||
print(c)
|
||||
print(c)
|
||||
os.system(c)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user