mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
remove suggest
This commit is contained in:
parent
b10d8677c7
commit
2290efb3d3
@ -27,10 +27,6 @@ command = ''
|
||||
if len(sys.argv) > 1:
|
||||
command = sys.argv[1]
|
||||
|
||||
if command == 'suggest':
|
||||
print "ethermine_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>"
|
||||
sys.exit(0)
|
||||
|
||||
try:
|
||||
OPTIONS[1]
|
||||
except IndexError:
|
||||
|
@ -28,10 +28,6 @@ command = ''
|
||||
if len(sys.argv) > 1:
|
||||
command = sys.argv[1]
|
||||
|
||||
if command == 'suggest':
|
||||
print "etherscan_balance_<YOUR_PUBLIC_ETHEREUM_ADDRESS>"
|
||||
sys.exit(0)
|
||||
|
||||
try:
|
||||
OPTIONS[2]
|
||||
except IndexError:
|
||||
|
Loading…
Reference in New Issue
Block a user