mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added voice
This commit is contained in:
@ -162,6 +162,9 @@ class Voice:
|
||||
def on_uploading(self, to):
|
||||
return self._("Uploading data to {to} ...").format(to=to)
|
||||
|
||||
def on_downloading(self, name):
|
||||
return self._("Downloading from {name} ...").format(name=name)
|
||||
|
||||
def on_last_session_data(self, last_session):
|
||||
status = self._('Kicked {num} stations\n').format(num=last_session.deauthed)
|
||||
if last_session.associated > 999:
|
||||
|
Reference in New Issue
Block a user