scratchattach
scratchattach copied to clipboard
cloud.get_all_vars() doesn't get all variables.
Minimum example project.
import scratchattach as scratch3
#conn = scratch3.get_tw_cloud(contact="MinePossu", project_id = "1140007777", purpose="Test")
#first one gets none, but the next one gets some variables but not all
conn = scratch3.get_tw_cloud(contact="MinePossu", project_id = "376922508", purpose="Test")
print(list(conn.get_all_vars().keys()))
Hmm... Maybe a check in the project data is needed...
I'll look into it
It likely only gets the cloud variables that have been set on TurboWarp before (in the not too distant past)
Hmm... Maybe a check in the project data is needed...
this could now be done with sa.editor, but the problem with sa.editor is that it doesnt have lazy loading (so it's quite slow)