mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
fir argument
This commit is contained in:
@@ -13,8 +13,6 @@ import socket
|
|||||||
from os.path import *
|
from os.path import *
|
||||||
from stat import *
|
from stat import *
|
||||||
import stat
|
import stat
|
||||||
from os import urandom
|
|
||||||
from random import choice
|
|
||||||
|
|
||||||
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
|
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
|
||||||
'nums': '0123456789',
|
'nums': '0123456789',
|
||||||
@@ -1893,7 +1891,7 @@ milter_default_action = accept
|
|||||||
|
|
||||||
return res # Though probably not used
|
return res # Though probably not used
|
||||||
|
|
||||||
def setupVirtualEnv(distro):
|
def setupVirtualEnv(self, distro):
|
||||||
try:
|
try:
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user