Use aiosqlite and add service for templates

This commit is contained in:
grossmj
2021-03-28 21:17:29 +10:30
parent d730c591b3
commit 0fea3f969e
14 changed files with 290 additions and 230 deletions

View File

@ -19,7 +19,7 @@
class ComputeError(Exception):
def __init__(self, message: str):
super().__init__(message)
super().__init__()
self._message = message
def __repr__(self):