mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-01 00:37:26 +02:00
bug fix: cron
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import sys
|
||||
sys.path.append('/usr/local/CyberCP')
|
||||
import argparse
|
||||
from plogical.processUtilities import ProcessUtilities
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ class ProcessUtilities(multi.Thread):
|
||||
logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg))
|
||||
|
||||
sock.close()
|
||||
#logging.writeToFile('Final data: %s.' % (str(data)))
|
||||
logging.writeToFile('Final data: %s.' % (str(data)))
|
||||
|
||||
return data
|
||||
except BaseException as msg:
|
||||
|
||||
Reference in New Issue
Block a user