Skip to content

Commit

Permalink
version update in file
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Oct 31, 2024
1 parent efcae14 commit 15c4062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CyberCP/secMiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def __call__(self, request):
# if os.path.exists(ProcessUtilities.debugPath):
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')

if os.path.exists(ProcessUtilities.debugPath):
logging.writeToFile(f'Request method {request.method.lower()}')

if request.method.lower() == 'post' or request.method.lower() == 'options':
try:

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.3","build":5}
{"version":"2.3","build":8}

0 comments on commit 15c4062

Please # to comment.