mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-09 06:46:10 +01:00
add further debugging to cpanel importerg
This commit is contained in:
@@ -116,6 +116,8 @@ Subject: %s
|
||||
@staticmethod
|
||||
def statusWriter(tempStatusPath, mesg, append = None):
|
||||
try:
|
||||
if os.path.exists('/usr/local/CyberCP/debug'):
|
||||
print(mesg)
|
||||
if append == None:
|
||||
statusFile = open(tempStatusPath, 'w')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user