mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-18 16:48:44 +00:00
remove suggest
This commit is contained in:
parent
b10d8677c7
commit
2290efb3d3
2 changed files with 0 additions and 8 deletions
|
@ -27,10 +27,6 @@ command = ''
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
command = sys.argv[1]
|
command = sys.argv[1]
|
||||||
|
|
||||||
if command == 'suggest':
|
|
||||||
print "ethermine_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>"
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
OPTIONS[1]
|
OPTIONS[1]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
|
|
@ -28,10 +28,6 @@ command = ''
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
command = sys.argv[1]
|
command = sys.argv[1]
|
||||||
|
|
||||||
if command == 'suggest':
|
|
||||||
print "etherscan_balance_<YOUR_PUBLIC_ETHEREUM_ADDRESS>"
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
OPTIONS[2]
|
OPTIONS[2]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue