this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed bug in #35

+1 -1
+1 -1
twitter_to_sqlite/cli.py
··· 261 261 if not identifiers: 262 262 fetch_profiles = False 263 263 profile = utils.get_profile(db, session, user_id, screen_name) 264 - identifiers = [profile.screen_name] 264 + identifiers = [profile["screen_name"]] 265 265 ids = False 266 266 267 267 for identifier in identifiers: