Projet

Général

Profil

Révision 2820f32d

ID2820f32d15ebcc47c5c91d07329dbcb65a06e629
Parent 88cf4c45
Enfant 25db9a77

Ajouté par Nils il y a plus de 8 ans

response typo

Voir les différences:

plugins/currency/ethereum/ethermine_hashrate_
95 95
try:
96 96
    mining_stats = json.load(reader(mining_stats_raw))
97 97
except ValueError:
98
    print("Failed to parse JSON responce.", file=sys.stderr)
98
    print("Failed to parse JSON response.", file=sys.stderr)
99 99
    sys.exit(9)
100 100

  
101 101
try:
plugins/currency/ethereum/etherscan_balance_
93 93
try:
94 94
    etherscan_balance = json.load(reader(etherscan_balance_raw))
95 95
except ValueError:
96
    print("Failed to parse JSON responce.", file=sys.stderr)
96
    print("Failed to parse JSON response.", file=sys.stderr)
97 97
    sys.exit(9)
98 98

  
99 99
try:

Formats disponibles : Unified diff