scratchattach icon indicating copy to clipboard operation
scratchattach copied to clipboard

cloud.get_all_vars() doesn't get all variables.

Open MinePossu opened this issue 9 months ago • 4 comments

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

MinePossu avatar Feb 27 '25 15:02 MinePossu