mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
remove logs
This commit is contained in:
@@ -190,4 +190,5 @@ LANGUAGES = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
MEDIA_URL = '/home/cyberpanel/media/'
|
MEDIA_URL = '/home/cyberpanel/media/'
|
||||||
MEDIA_ROOT = MEDIA_URL
|
MEDIA_ROOT = MEDIA_URL
|
||||||
|
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
|
||||||
@@ -207,7 +207,7 @@ class ProcessUtilities(multi.Thread):
|
|||||||
logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg))
|
logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg))
|
||||||
|
|
||||||
sock.close()
|
sock.close()
|
||||||
logging.writeToFile('Final data: %s.' % (str(data)))
|
#logging.writeToFile('Final data: %s.' % (str(data)))
|
||||||
|
|
||||||
return data
|
return data
|
||||||
except BaseException as msg:
|
except BaseException as msg:
|
||||||
|
|||||||
Reference in New Issue
Block a user