sharepy
sharepy copied to clipboard
Add session site to login check in load function
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.