From 919f6d136c79eba2ad47aeb4ae169026e41ca66b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 15:46:21 +0100 Subject: [PATCH] Add new type to comment --- etherpump/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index 869d5f4..4377423 100644 --- a/etherpump/commands/pull.py +++ b/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)