htmlcoder1562

Results 13 comments of htmlcoder1562

I noticed two things. **1**: The Scratch cloud broke **2**: scratchattach.get_tw_cloud isn't there for me.

import scratchattach as sa session = sa.login("username", "password") #Returns a sa.Session object cloud = session.connect_cloud("project_id") # connects any cloud (by default Scratch one's). Returns a sa.ScratchCloud object by default cloud...