Browse Source

Add new type to comment

main
Luke Murphy 3 years ago
parent
commit
919f6d136c
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      etherpump/commands/pull.py

2
etherpump/commands/pull.py

@ -465,7 +465,7 @@ async def handle_pad(args, padid, data, info, session):
except TypeError:
ver["message"] = html["message"]
# Process text, html, dhtml, all options
# Process text, html, dhtml, magicwords and all options
if args.all or args.html:
# mb: line causing the error of not writing the correct HTML content to the correct HTML file:
# url = info["localapiurl"] + "getHTML?" + urlencode(data)

Loading…
Cancel
Save