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())
|
content.append(single.data.decode())
|
||||||
|
|
||||||
for code in content:
|
for code in content:
|
||||||
if code.startswith("EXP360:"):
|
if True or code.startswith("EXP360:"):
|
||||||
return code
|
return code
|
||||||
|
|
||||||
image.modulate(150, 100, 100)
|
image.modulate(150, 100, 100)
|
||||||
|
@ -37,4 +37,4 @@ def read_code(image):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
content = read_code(sys.argv[1])
|
content = read_code(sys.argv[1])
|
||||||
print(content)
|
print(content)
|
||||||
|
|
Loading…
Reference in a new issue