Search
Write a publication
Pull to refresh
0
0

User

Send message

request = requests.post(url=url, data=payload, headers=headers, auth=auth)

auth не объявлен

return request, error

Дважды return, надо ли? :)

batchs = []
batchs.append(x)
batchs.append(y)
batchslist.append(batchs)

Я бы заменил на: batchslist.append([x, y])

Information

Rating
Does not participate
Registered
Activity