From de4b8f5e9c91f3ea522bfa3b36a98d0e2d7a5d96 Mon Sep 17 00:00:00 2001
From: TheSmallBlue <ilanmori@hotmail.com>
Date: Sun, 20 Dec 2020 16:21:04 -0300
Subject: [PATCH] Fixed nonsense in weird log thing

---
 launch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launch.py b/launch.py
index 47c9e56..52ae7d5 100644
--- a/launch.py
+++ b/launch.py
@@ -32,7 +32,7 @@ def refresh_posts():
 		totalimgs = totalimgs + 1
 		print('Getting submission number '+ str(i) +' / 500!')
 		if ".jpg" not in submission.url and ".png" not in submission.url:
-			print('Post is not a jpg or png (or should be)--------------------------')
+			print('Post is not a jpg or png --------------------------')
 			print(str(submission.url))
 			totalimgs = totalimgs - 1
 			continue
-- 
GitLab