added todo note
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user