sharepy icon indicating copy to clipboard operation
sharepy copied to clipboard

Add session site to login check in load function

Open brucetony opened this issue 4 years ago • 0 comments

The load function would crash because the session.auth.login() call requires a website, so I passed the session.site to it. There is still a bug in which the refresh() and login() methods both return None, but the load method checks these and expects True so they need to be updated to return a boolean.

brucetony avatar Apr 13 '22 09:04 brucetony