added todo note

This commit is contained in:
2021-06-09 16:34:36 +02:00
parent 4aec32bb28
commit acb3f06682

View File

@ -46,7 +46,7 @@ class Actor:
def do_update_cache_size(self, new):
self.cache.set_size(new)
def update(self):
def update(self): #TODO: check for empty cache?
self.plt.set(*self.cache)
def __repr__(self):