X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/aa3d6d75b3c0c87f567f4596e2c40883b908ce6e..16458c45ef1a3d02f4266b875c35b48aa72a2a36:/twitter/archiver.py diff --git a/twitter/archiver.py b/twitter/archiver.py index ed81183..6ff1ed3 100644 --- a/twitter/archiver.py +++ b/twitter/archiver.py @@ -309,7 +309,7 @@ def main(args=sys.argv[1:]): format_text = functools.partial(expand_format_text, hosts) else: format_text = direct_format_text - + # save own timeline or mentions (the user used in OAuth) if options['timeline'] or options['mentions']: if isinstance(auth, NoAuth):