Projet

Général

Profil

Révision 2290efb3

ID2290efb3d3a0a64dc848af58ceea1070eeb44c06
Parent b10d8677
Enfant 67746dcc

Ajouté par Nils il y a plus de 8 ans

remove suggest

Voir les différences:

plugins/ethereum/ethermine_
27 27
if len(sys.argv) > 1:
28 28
    command = sys.argv[1]
29 29

  
30
if command == 'suggest':
31
    print "ethermine_<YOUR_PUBLIC_ETHEREUM_ADDRESS>_<YOUR_RIG_NAME>"
32
    sys.exit(0)
33

  
34 30
try:
35 31
    OPTIONS[1]
36 32
except IndexError:
plugins/ethereum/etherscan_balance_
28 28
if len(sys.argv) > 1:
29 29
    command = sys.argv[1]
30 30

  
31
if command == 'suggest':
32
    print "etherscan_balance_<YOUR_PUBLIC_ETHEREUM_ADDRESS>"
33
    sys.exit(0)
34

  
35 31
try:
36 32
    OPTIONS[2]
37 33
except IndexError:

Formats disponibles : Unified diff