No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
3 additions and
3 deletions
-
etherpump/commands/pull.py
|
@ -276,7 +276,7 @@ async def handle_pad(args, padid, data, info, session): |
|
|
break |
|
|
break |
|
|
|
|
|
|
|
|
if skip: |
|
|
if skip: |
|
|
print("[x] {}".format(padid)) |
|
|
print("[ ] {} (skipped)".format(padid)) |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
if args.output: |
|
|
if args.output: |
|
@ -311,7 +311,7 @@ async def handle_pad(args, padid, data, info, session): |
|
|
p + ".meta.json", |
|
|
p + ".meta.json", |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
print("[x] {}".format(padid)) |
|
|
print("[ ] {} (no publish)".format(padid)) |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
########################################## |
|
|
########################################## |
|
@ -326,7 +326,7 @@ async def handle_pad(args, padid, data, info, session): |
|
|
p + ".meta.json", |
|
|
p + ".meta.json", |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
print("[x] {}".format(padid)) |
|
|
print("[ ] {} (publish opt out)".format(padid)) |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
ver["path"] = p + raw_ext |
|
|
ver["path"] = p + raw_ext |
|
|