This commit is contained in:
Jonas Zeunert
2022-09-01 00:24:14 +02:00
parent ffdd522c7b
commit fb2b7c3718
3 changed files with 7 additions and 3 deletions

View File

@@ -5,9 +5,6 @@ import logging
import time
class Target(Observable):
lastActivation = 0
def __init__(self, points, name):
logging.info("Target " + name + " created")
self._events = defaultdict(list)