From af347f89b963b03c84a4ca520f626ef4c0b73825 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:37:06 -0500 Subject: [PATCH] Update interpreter of shebang to python3 --- cloudflare-ddns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare-ddns.py b/cloudflare-ddns.py index 0bb0000..0f01142 100755 --- a/cloudflare-ddns.py +++ b/cloudflare-ddns.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # cloudflare-ddns.py # Summary: Access your home network remotely via a custom domain name without a static IP! # Description: Access your home network remotely via a custom domain