parent
395f3880a2
commit
92305a7712
|
@ -43,11 +43,11 @@ db.autocommit(True)
|
||||||
|
|
||||||
mqtt_client_id = "PiXelTubeMaster-"+wlan_mac_address
|
mqtt_client_id = "PiXelTubeMaster-"+wlan_mac_address
|
||||||
|
|
||||||
cur = db.cursor()
|
# cur = db.cursor()
|
||||||
cur.execute("SELECT mac_address, universe, dmx_address FROM tubes")
|
# cur.execute("SELECT mac_address, universe, dmx_address FROM tubes")
|
||||||
global TUBE_INDEX
|
# global TUBE_INDEX
|
||||||
TUBE_INDEX = cur.fetchall()
|
# TUBE_INDEX = cur.fetchall()
|
||||||
cur.close()
|
# cur.close()
|
||||||
|
|
||||||
# Function to register a tube in the database
|
# Function to register a tube in the database
|
||||||
def register_tube(mac_address):
|
def register_tube(mac_address):
|
||||||
|
|
Loading…
Reference in New Issue