mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
reader removed
This commit is contained in:
parent
21341b5a00
commit
f27fc67ccf
1 changed files with 1 additions and 2 deletions
|
@ -81,10 +81,9 @@ try:
|
|||
except IOError as exc:
|
||||
print("Failed to request Flypool API: {}".format(exc), file=sys.stderr)
|
||||
|
||||
reader = codecs.getreader("utf-8")
|
||||
|
||||
try:
|
||||
mining_stats = json.load(reader(mining_stats_raw))
|
||||
mining_stats = json.load(mining_stats_raw)
|
||||
except ValueError:
|
||||
print("Failed to parse JSON responce.", file=sys.stderr)
|
||||
sys.exit(9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue