From 06cad62d17482543a2e2ef29e7e75eba4b224b8f Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Wed, 13 Mar 2024 13:05:21 +0100 Subject: [PATCH] Upstream seem to have no intrested of doing this themself https://github.com/joohoi/acme-dns-certbot-joohoi/pull/17 --- templates/acmed/acme-dns-auth.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/acmed/acme-dns-auth.py.erb b/templates/acmed/acme-dns-auth.py.erb index 2913db04c..0fac261c4 100755 --- a/templates/acmed/acme-dns-auth.py.erb +++ b/templates/acmed/acme-dns-auth.py.erb @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import json import os import requests