Commit 8121311a authored by andytnt's avatar andytnt Committed by GitHub

Update write_meta.py

parent d509f749
......@@ -69,7 +69,7 @@ def userData(u):
"media": int(u.media_count),
"private": u.is_private,
"verified": u.is_verified,
"avatar": u.avatar,
"profile_image_url": u.avatar,
"background_image": u.background_image
}
return data
......@@ -91,7 +91,7 @@ def userFieldnames():
"media",
"private",
"verified",
"avatar",
"profile_image_url",
"background_image"
]
return fieldnames
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment