8 lines
125 B
Python
8 lines
125 B
Python
|
import main
|
||
|
|
||
|
main.run_user_playlist({
|
||
|
'data': 'ELECTRONIC',
|
||
|
'attributes': {
|
||
|
'username': 'andy'
|
||
|
}
|
||
|
}, None)
|