Connect ZKTECO device from hosted django Site gives an error – CPanel
I have created a site that connect ZKTECO K40 device. The connection Method is pretty simple: from zk import ZK, const zk = ZK('192.168.1.13', port=4370, timeout=5) conn = zk.connect() This makes a connection while running from a local host connecting…