From 54d97a3a166c329079a9c8a96395faccfee1fc45 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Thu, 24 Nov 2022 21:31:36 -0800 Subject: [PATCH] Remove extra newline from stats --- stats.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stats.py b/stats.py index 5d90af8..8eb1494 100644 --- a/stats.py +++ b/stats.py @@ -56,5 +56,4 @@ Left total: {left_article_count} articles from {left_source_count} sources {right_breakdown} -Right total: {right_article_count} articles from {right_source_count} sources -""") +Right total: {right_article_count} articles from {right_source_count} sources""")