diff options
| author | root <root@turin.home> | 2022-01-30 15:31:28 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:31:28 +0000 |
| commit | 276ef8a13d4ee8c35a9ca470af12aa63146d1d36 (patch) | |
| tree | 23f019e81c074040058f588105e8ecbccf966397 | |
| parent | 31326f43d9c05f826373a51dd011bd425bc66ef5 (diff) | |
Minor error, heating on
| -rw-r--r-- | heating.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ class heating(ABC): ) self.db.exec( "insert into history values (?,?,?)", - (self.date.day(), self.date.time(), heatingon(int)) + (self.date.day(), self.date.time(), int(self.on)) ) """ |
