From f84360398e47babb9379c6b8f4c595215ce99cad Mon Sep 17 00:00:00 2001 From: Holly Date: Tue, 9 Mar 2021 06:25:13 +0000 Subject: [PATCH] enforce python3.9 usage for now --- mtgcardlookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtgcardlookup.py b/mtgcardlookup.py index b1fbf99..c998b46 100755 --- a/mtgcardlookup.py +++ b/mtgcardlookup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python3.9 import os import shutil