Subscribe a topic

mail@pastecode.io avatarunknown
python
a month ago
103 B
1
Indexable
Never
    con = connect_db()
    client = connect_mqtt()
    subscribe(con, client)
    client.loop_forever()