X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/b2ea0656229ec22cd65777537ddee6ae59d2c0b7..bdb2eb249783486e19d14df944e72f2dd89588d1:/src/mw/clicommands.py diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index ee863b1..92a852c 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -232,6 +232,7 @@ class CommitCommand(CommandBase): 'token': edittoken, 'text': text, 'md5': textmd5, + 'summary': edit_summary, } response = self.api.call(data) if response['edit']['result'] == 'Success':