SupreetBose

Results 1 issues of SupreetBose

Using sample code _xml_req = connections.Request(app, auth, xml_data).tostring()_ Above line is giving error as below : _TypeError: can only concatenate str (not "bytes") to str_ I am using Py 3.9...