From 98845041887b0e0664413da503797fe35d1ae0bc Mon Sep 17 00:00:00 2001 From: Guillaume Wuip <guillaume@wuips.com> Date: Sat, 20 Jan 2018 23:50:23 +0100 Subject: [PATCH] Remove python 2.7 requirement --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3da3126..804194a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The config-template.txt file should be renamed to config.txt, and modified with Every time the script runs, it will query an external service to retrieve the external IP of the machine, compare it to the current A record in the zone at gandi.net, and then update the record if the IP has changed. Requirements: - - Python 2.7 - ipaddress module (pip install ipaddress) - requests module (pip install requests) - json module (pip install json) -- GitLab