From 2820f32d15ebcc47c5c91d07329dbcb65a06e629 Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 30 Jun 2017 08:47:45 +0200 Subject: [PATCH] response typo --- plugins/currency/ethereum/ethermine_hashrate_ | 2 +- plugins/currency/ethereum/etherscan_balance_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/currency/ethereum/ethermine_hashrate_ b/plugins/currency/ethereum/ethermine_hashrate_ index baab79dd..9fc60452 100755 --- a/plugins/currency/ethereum/ethermine_hashrate_ +++ b/plugins/currency/ethereum/ethermine_hashrate_ @@ -95,7 +95,7 @@ reader = codecs.getreader("utf-8") try: mining_stats = json.load(reader(mining_stats_raw)) except ValueError: - print("Failed to parse JSON responce.", file=sys.stderr) + print("Failed to parse JSON response.", file=sys.stderr) sys.exit(9) try: diff --git a/plugins/currency/ethereum/etherscan_balance_ b/plugins/currency/ethereum/etherscan_balance_ index 2926b949..38ad62ee 100755 --- a/plugins/currency/ethereum/etherscan_balance_ +++ b/plugins/currency/ethereum/etherscan_balance_ @@ -93,7 +93,7 @@ reader = codecs.getreader("utf-8") try: etherscan_balance = json.load(reader(etherscan_balance_raw)) except ValueError: - print("Failed to parse JSON responce.", file=sys.stderr) + print("Failed to parse JSON response.", file=sys.stderr) sys.exit(9) try: