回答編集履歴
1
fixed link
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
ドキュメントを読む限り`lastupdate`メソッドの戻り値は辞書型(dict)です。
|
2
2
|
|
3
|
-
なので辞書のキーを指定すれば `median` だけ取得でき
|
3
|
+
なので辞書のキーを指定すれば `median` だけ取得できるはずです。
|
4
4
|
|
5
5
|
|
6
6
|
|
@@ -16,4 +16,4 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate
|
19
|
+
[https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate](https://pythonhosted.org/rrdtool/usage.html?highlight=lastupdate#lastupdate)
|