]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/archiver.py
Fix some tests.
[z_archive/twitter.git] / twitter / archiver.py
index ed81183cc1de5628dcc52193bbf78d1b530b2d34..6ff1ed3e050836294167ac1400c541550321c284 100644 (file)
@@ -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):