ssl_decrypt.py now with output and check_call replace with subprocess.run
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
""" This Script encrypt Wireguardfiles for Wirepy users for more Security """
|
||||
|
||||
import os
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
import shutil
|
||||
from subprocess import check_call
|
||||
from wp_app_config import AppConfig
|
||||
from common_tools import LxTools
|
||||
|
Reference in New Issue
Block a user