We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9216f commit ad3cfceCopy full SHA for ad3cfce
.flake8
@@ -1,3 +1,4 @@
1
[flake8]
2
exclude = .venv build
3
max-line-length = 120
4
+per-file-ignores = */main.py: F401
helper/SystemHelper.py
@@ -18,7 +18,7 @@
18
19
class SystemHelper:
20
strip = Strip()
21
- is_party = "1" # Read button.py
+ is_party = "0"
22
23
def __init__(self):
24
self.init_party_mode()
main.py
@@ -20,6 +20,7 @@
from helper.Strip import Strip
from helper.SystemHelper import SystemHelper
from helper.WifiHelper import WifiHelper
+from scripts import button
25
wifi_helper = WifiHelper()
26
radio_helper = RadioHelper()
0 commit comments