this repo has no description
0
fork

Configure Feed

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

Fix for TypeError, closes #42

+1 -1
+1 -1
twitter_to_sqlite/cli.py
··· 281 281 ids = False 282 282 283 283 format_string = ( 284 - "@{:" + str(max(len(identifier) for identifier in identifiers)) + "}" 284 + "@{:" + str(max(len(str(identifier)) for identifier in identifiers)) + "}" 285 285 ) 286 286 287 287 for identifier in identifiers: