Skip to content

Commit

Permalink
fix: use correct column for cleaned output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Aug 14, 2019
1 parent 9bd57db commit f32d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tagmaps/classes/prepare_data.py
Expand Up @@ -693,7 +693,7 @@ def _panonymize_cleaned_post(
guid=upl.guid,
user_guid=upl.user_guid,
post_body=PrepareData._filter_private_terms(
upl.emoji, panon_set[TAGS]),
upl.post_body, panon_set[TAGS]),
post_create_date=PrepareData._agg_date(upl.post_create_date),
post_publish_date=PrepareData._agg_date(upl.post_publish_date),
post_views_count=upl.post_views_count,
Expand Down

0 comments on commit f32d974

Please sign in to comment.