Fuck this check.
This commit is contained in:
parent
44db5af9a8
commit
f27d74d3b4
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ def read_code(image):
|
|||
content.append(single.data.decode())
|
||||
|
||||
for code in content:
|
||||
if code.startswith("EXP360:"):
|
||||
if True or code.startswith("EXP360:"):
|
||||
return code
|
||||
|
||||
image.modulate(150, 100, 100)
|
||||
|
|
Loading…
Reference in a new issue