parent
19e37b2b88
commit
28b8731afc
|
@ -52,7 +52,7 @@ def register_tube(mac_address):
|
||||||
|
|
||||||
print(existing_tube)
|
print(existing_tube)
|
||||||
|
|
||||||
if existing_tube:
|
if existing_tube is not None:
|
||||||
# Tube already exists, do nothing for now
|
# Tube already exists, do nothing for now
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue