fut
fut copied to clipboard
logout() method not working correctly
I log in with fut = fut.Core(...) then I do something and then I logout with fut.logout(), but after that I can do print(fut.searchAuctions(...)) and I get the normal results as I was logged in. Someone could explain me why? How can i effectively log out?
That's strange, we should check if logout request is correct.
How can i effectively log out?
If You want to destroy every track try creating fut object with different cookie file or simply without (cookies=None)