From 0ad225d44ab2b60c03249c80bfa55d5974aa2669 Mon Sep 17 00:00:00 2001 From: Elias Ojala Date: Thu, 9 Jan 2020 19:12:39 +0200 Subject: [PATCH] Force usage of Python 3 --- acme-dns-auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme-dns-auth.py b/acme-dns-auth.py index 2913db0..0fac261 100755 --- a/acme-dns-auth.py +++ b/acme-dns-auth.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import json import os import requests