mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
fix
This commit is contained in:
parent
3f74bd9de5
commit
5d1c1eef2e
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.4.1.a3"
|
||||
__version__ = "4.4.1.a4"
|
||||
__codename__ = "Yeast Starter"
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ class SystemController:
|
|||
since = datetime.now() - timedelta(hours=int(logtime))
|
||||
j.seek_realtime(since)
|
||||
for entry in j:
|
||||
result.append(entry)
|
||||
result.append(entry['MESSAGE'])
|
||||
logging.error(result)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue