1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +00: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

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