mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
p3
This commit is contained in:
@@ -17,7 +17,7 @@ class cacheClient:
|
||||
writeToFile.write(command)
|
||||
writeToFile.close()
|
||||
|
||||
except BaseException, msg:
|
||||
except BaseException as msg:
|
||||
logging.writeToFile(str(msg) + ' [cacheClient.handleCachePurgeRequest]')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user