new: new text while generating keys ...

This commit is contained in:
Simone Margaritelli
2019-10-12 20:00:50 +02:00
parent a9123922c0
commit 0f8f77c2be
4 changed files with 14 additions and 2 deletions

View File

@ -28,6 +28,10 @@ class Voice:
self._('AI ready.'),
self._('The neural network is ready.')])
def on_keys_generation(self):
return random.choice([
self._('Generating keys, do not turn off ...')])
def on_normal(self):
return random.choice([
'',