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