Skip to content
Snippets Groups Projects
Commit b266bc21 authored by OndraRehounek's avatar OndraRehounek Committed by jan.bednarik
Browse files

twitter_utils: Save twitter id explicitly as string in TweetDownloadService

parent b10f3819
No related branches found
No related tags found
2 merge requests!624Release,!623Hotfix/check for duplicates
......@@ -112,7 +112,7 @@ class TweetDownloadService:
author_name=user_data.name,
author_username=user_data.username,
text=tweet.text,
twitter_id=tweet.id,
twitter_id=str(tweet.id),
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment