mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 21:18:13 +08:00
FIX
This commit is contained in:
@@ -104,8 +104,10 @@ def main():
|
||||
for l in lines:
|
||||
src_img = l.strip()
|
||||
if DELTA_MODE:
|
||||
print('use DELTA_MODE')
|
||||
skepo_delta_sync(src_img)
|
||||
else:
|
||||
print('use FULL_SYNC_MODE')
|
||||
skepo_full_sync(src_img)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user