From 869e40569aeb0655ab986f9bdb664b85fa60bb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Sat, 21 Jan 2017 21:27:40 +0100 Subject: [PATCH] Fix recorder.markdown layout (#1844) The mysql shell example wasn't closed correcty. --- source/_components/recorder.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index b6160e56763..1026ecba718 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -115,6 +115,7 @@ root@homeassistant:~# su homeassistant homeassistant@homeassistant:/root$ cd /srv/homeassistant/homeassistant_venv/ homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv$ source bin/activate (homeassistant_venv) homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv$ pip3 install pymysql +``` ### {% linkable_title PostgreSQL %}