Add shebang line for python3

This commit is contained in:
mycognosist 2020-12-16 13:20:37 +00:00
parent 44ff03a18d
commit 22653a2ea2
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from utils import render_template
import subprocess