Add missing imports to new-domain

This commit is contained in:
William Brawner 2021-10-30 00:35:06 +00:00
parent c3ec2b9291
commit 216c26f66c

View file

@ -1,8 +1,8 @@
#!/usr/bin/env python3
from os.path import exists
from subprocess import run, PIPE
import sys
import subprocess
ini_file = '/root/digitalocean.ini'
if not exists(ini_file):