mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: added new faces for uploading status
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import random
|
||||
import gettext
|
||||
import os
|
||||
import random
|
||||
|
||||
|
||||
class Voice:
|
||||
@ -159,6 +159,9 @@ class Voice:
|
||||
def on_rebooting(self):
|
||||
return self._("Oops, something went wrong ... Rebooting ...")
|
||||
|
||||
def on_uploading(self, to):
|
||||
return self._("Uploading data to {to} ...").format(to=to)
|
||||
|
||||
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