persistence in edited properties - also notice a strange feature of new py
Channel:
Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=tlBhXgHe1Q0
persistence in edited properties - also notice a strange feature of new py
overwriting a string with any type other than string ends up setting the value to -1
del object['stringValue']
object['stringValue']=new value
works though :|