From dd5d06938c8d4063c51208e0213956787a469b36 Mon Sep 17 00:00:00 2001 From: John W Kerns Date: Wed, 30 May 2018 19:19:05 -0700 Subject: [PATCH] Added wrap --- checkmyip.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/checkmyip.py b/checkmyip.py index 28c7a56..84eceda 100755 --- a/checkmyip.py +++ b/checkmyip.py @@ -38,8 +38,7 @@ j2send = """{ "protocol": "{{ proto }}", "version": "%s", "website": "https://github.com/packetsar/checkmyip" -} -""" % version +}\r\n""" % version ##### Handles all prnting to console and logging to the logfile #####