Skip to content

Commit

Permalink
add emoji processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 19, 2020
1 parent 5ce9d6f commit 48af6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbsntransform/output/submit_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, db_cursor=None,
temporal.YearBase.NAME: dict(),
topical.TermBase.NAME: dict(),
topical.HashtagBase.NAME: dict(),
# topical.EmojiBase.NAME: dict(),
topical.EmojiBase.NAME: dict(),
topical.TermLatLngBase.NAME: dict(),
}
self.count_round = 0
Expand Down

0 comments on commit 48af6e6

Please sign in to comment.