Search found 1 match
- Sat Jul 20, 2013 11:13 am
- Forum: Coding Corner
- Topic: Parsing payload
- Replies: 3
- Views: 2661
Parsing payload
Hi, i'm novice in python's programmation... I want to split eg.event.payload but the script return me this error : AttributeError: AutoRemotePayload instance has no attribute 'split' i use this script: p = eg.event.payload p = p.split(',') the payload is "params: [u'Test', u'salut']; command(s): ;" ...