diff --git a/launch.py b/launch.py
index 47c9e56ea204efa9ca061eb36798c2190e6f6da8..52ae7d5f9b1deb2d6d953426ee93dca370b50d19 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