diff --git a/solveur.py b/solveur.py
index 2243690a730c4bf7568748866aab184548d24860..f6353c9fdeeaa36869e1024517a2b70c78983bc6 100644
--- a/solveur.py
+++ b/solveur.py
@@ -107,7 +107,7 @@ def print_check_results_menage(
 
     file.close()
 
-    if post_to_telegram:
+    if post_to_telegram and c == sat:
         post_file(filename)
 
     return name.replace(" ", "_") + ".txt"