diff --git a/5.MediaServer/2.Startup_check_script_for_NFS/check_services.py b/5.MediaServer/2.Startup_check_script_for_NFS/check_services.py
index 5840fdcf38b1c34a0f1aa872355c070baf0cf62f..7c888874298b1e33afc917fef7a4e0c824a76d92 100755
--- a/5.MediaServer/2.Startup_check_script_for_NFS/check_services.py
+++ b/5.MediaServer/2.Startup_check_script_for_NFS/check_services.py
@@ -30,10 +30,10 @@ if __name__ == '__main__':
             settings.configure(**config.__dict__)
             from django.core.mail import send_mail
             send_mail(
-                u'The system %s did not correctly mount home partition' % socket.gethostname(),
-                u'Date: %s' % datetime.datetime.now(),
-                u'"%s" <support@ubicast.eu>' % socket.gethostname(),
-                [u'"Support" <support@ubicast.eu>'],
+                'The system %s did not correctly mount home partition' % socket.gethostname(),
+                'Date: %s' % datetime.datetime.now(),
+                '"%s" <support@ubicast.eu>' % socket.gethostname(),
+                ['"Support" <support@ubicast.eu>'],
                 fail_silently=True
             )
     else: