update
This commit is contained in:
parent
ef268df604
commit
b92f2ead8d
|
@ -216,9 +216,10 @@ def test():
|
|||
}
|
||||
t2 = LOT_DATA(**data)
|
||||
add(t2)
|
||||
time.sleep(10)
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
time.sleep(10)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -220,9 +220,10 @@ def test():
|
|||
t2 = LOT_DATA(**data)
|
||||
client.publish('demo', payload=json.dumps(data, ensure_ascii=False), qos=0)
|
||||
add(t2)
|
||||
time.sleep(10)
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
time.sleep(10)
|
||||
|
||||
|
||||
def on_connect(client, userdata, flags, rc):
|
||||
|
|
Loading…
Reference in New Issue