Skip to content
Snippets Groups Projects
Commit 49cbeeaf authored by Bruce Flynn's avatar Bruce Flynn
Browse files

BugFix: 'stamp' was not being included in frame

parent c1f5e2ea
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ def _make_frame(data):
frame = {}
for key, value in data:
if key == 'stamp':
frame[key] = value
continue
if key in database:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment