Reverted databases back to be tasks again. This is more native to the API of Linspector. (0.26.0)

This commit is contained in:
Johannes Findeisen 2023-08-31 22:30:05 +02:00
commit 83827e8070
13 changed files with 100 additions and 87 deletions

View file

@ -4,6 +4,7 @@ Copyright (c) 2013-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
See LICENSE.
"""
class Notification:
def __init__(self, configuration, environment, log):
super().__init__()