Sid72020123 / scratchconnect

Python Library to connect Scratch API and much more.
https://sid72020123.github.io/scratchconnect/
MIT License
25 stars 14 forks source link

'CloudConnection' object has no attribute 'variable_data' #17

Closed KHBillel closed 2 years ago

KHBillel commented 2 years ago

When I try to get the cloud variable data, I have this error : AttributeError: 'CloudConnection' object has no attribute 'variable_data'

KHBillel commented 2 years ago

Ah, just update the readme, it is "get_variable_data" instead of "variable_data"

Sid72020123 commented 2 years ago

Oh! Sorry! I forgot to update the README. Thank you for help!