mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
response typo
This commit is contained in:
parent
88cf4c4541
commit
2820f32d15
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue