baseimage-tutorial-framework/lib/util.py
2017-11-27 21:09:57 +01:00

7 lines
127 B
Python

import json
def parse_anchor_from_message(message):
message_json = json.loads(message)
return message_json['anchor']