WIP memoryManager
This commit is contained in:
parent
784ea2464b
commit
42e620405a
@ -28,7 +28,6 @@ class command():
|
||||
self.env['runtime']['outputManager'].presentText(_('First clipboard '), interrupt=True)
|
||||
if isLast:
|
||||
self.env['runtime']['outputManager'].presentText(_('Last clipboard '), interrupt=True)
|
||||
print(isLast,isFirst)
|
||||
speechInterrupt = not(isLast or isFirst)
|
||||
self.env['runtime']['outputManager'].presentText(clipboard, interrupt = speechInterrupt)
|
||||
|
||||
|
@ -118,7 +118,6 @@ class memoryManager():
|
||||
if currIndex == -1:
|
||||
return None
|
||||
try:
|
||||
print(self.listStorage[name]['list'])
|
||||
return self.listStorage[name]['list'][currIndex]
|
||||
except:
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user