modified: README.md

modified:   mmnode-netrate
	modified:   mmnode-peerblocks
	modified:   mmnode-play-sound
This commit is contained in:
philemon 2017-10-01 11:30:11 +03:00
commit 474ee240fb
Signed by untrusted user who does not match committer: mmgen
GPG key ID: 62DBE9E5212F05BE
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
import time
from mmgen.common import *
opts_data = {
opts_data = lambda: {
'desc': 'Bitcoin daemon network rate monitor',
'usage': '[opts]',
'options': """

View file

@ -4,7 +4,7 @@
import time,threading
from mmgen.common import *
opts_data = {
opts_data = lambda: {
'desc': 'List blocks in flight, disconnect stalling nodes',
'usage': '[opts]',
'options': """

View file

@ -26,7 +26,7 @@ from mmgen.node_tools.Sound import *
from mmgen.share import Opts
volume = 100
opts_data = {
opts_data = lambda: {
'prog_name': sys.argv[0].split('/')[-1],
'desc': 'Play a sound file at controlled volume',
'usage': '[opts]',