Apply linting

This commit is contained in:
n07070
2026-05-21 02:57:27 +02:00
parent f52d7493c8
commit d2f670bb68
8 changed files with 209 additions and 155 deletions

View File

@@ -1,13 +1,12 @@
from flask_socketio import SocketIO
from gpiozero import Button, LED, DigitalOutputDevice
from time import sleep, gmtime, strftime
from PIL import Image
import io # To check if we are on a Raspberry Pi
import subprocess
import os
from time import sleep, gmtime, strftime
from flask_socketio import SocketIO
from gpiozero import Button, LED, DigitalOutputDevice
from PIL import Image
class Raspberry(object):
class Raspberry():
"""
This class will manage three things :
- Connecting to a USB webcam