fut icon indicating copy to clipboard operation
fut copied to clipboard

logout() method not working correctly

Open muuusso opened this issue 9 years ago • 1 comments

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?

muuusso avatar Oct 16 '16 08:10 muuusso

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)

oczkers avatar Oct 24 '16 17:10 oczkers