Closed HayongLee closed 5 years ago
I've got this error at line 350
auth = args.credentials[0] + ":" + args.credentials[1] headers["Authorization"] = "Basic " + base64.b64encode(auth)
how should I solve it?
same problem here. I have no ideia what i could do
I replaced the line with: headers["Authorization"] = "Basic " + base64.b64encode(auth.encode()).decode()
I've got this error at line 350
auth = args.credentials[0] + ":" + args.credentials[1] headers["Authorization"] = "Basic " + base64.b64encode(auth)
how should I solve it?