mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
update python path
This commit is contained in:
@@ -5,7 +5,7 @@ class FirewallUtilities:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def doCommand(command):
|
def doCommand(command):
|
||||||
from . import install as inst
|
import install as inst
|
||||||
try:
|
try:
|
||||||
cmd = shlex.split(command)
|
cmd = shlex.split(command)
|
||||||
res = subprocess.call(cmd)
|
res = subprocess.call(cmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user