mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 11:55:12 +00:00
Create parser for anchor in JSON
This commit is contained in:
6
lib/util.py
Normal file
6
lib/util.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import json
|
||||||
|
|
||||||
|
|
||||||
|
def parse_anchor_from_message(message):
|
||||||
|
message_json = json.loads(message)
|
||||||
|
return message_json['anchor']
|
Reference in New Issue
Block a user