2
0
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:
Nils 2017-06-27 21:22:25 +02:00
parent b10d8677c7
commit 2290efb3d3
2 changed files with 0 additions and 8 deletions

View File

@ -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:

View File

@ -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: