This commit is contained in:
Usman Nasir
2019-12-10 15:09:10 +05:00
parent d0dc397463
commit 5e7aeeb597
231 changed files with 1698 additions and 1697 deletions

View File

@@ -17,7 +17,7 @@ class cacheClient:
writeToFile.write(command)
writeToFile.close()
except BaseException, msg:
except BaseException as msg:
logging.writeToFile(str(msg) + ' [cacheClient.handleCachePurgeRequest]')