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()))