From 1d788752e56f4e67841745f38efa018b5ae333a5 Mon Sep 17 00:00:00 2001 From: philemon Date: Thu, 23 Feb 2017 10:55:39 +0300 Subject: [PATCH] Added Reddit link to footer --- README.md | 2 ++ test/test.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27cb4f1d..4cabab1f 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,11 @@ future use in an address file, which addresses may safely be made public. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [**Forum**][4] | +[Reddit][0] | [PGP Public Key][5] | Donate: 15TLdmi5NYLdqmtCqczUs5pBPkJDXRs83w +[0]: https://www.reddit.com/user/mmgen-py [1]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Microsoft-Windows [2]: https://github.com/mmgen/mmgen/wiki/Install-MMGen-on-Debian-or-Ubuntu-Linux [3]: https://github.com/mmgen/mmgen/wiki/Getting-Started-with-MMGen diff --git a/test/test.py b/test/test.py index 9ac850f7..a11ba155 100755 --- a/test/test.py +++ b/test/test.py @@ -652,7 +652,7 @@ if opt.list_cmds: for cmd in cmd_data: if cmd[:5] == 'info_': m = capfirst(cmd_data[cmd][0]) - msg(green(' %s:' % m)) + Msg(green(' %s:' % m)) continue Msg(' '+fs.format(cmd,cmd_data[cmd][1],w=w))