(20241225) Small fix in reconnection attempts for MySQL.

This commit is contained in:
2024-12-25 14:51:24 +05:30
parent d0967854ed
commit 053e2c49e3
32 changed files with 1169 additions and 13 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ import copy
ALPHANUMERIC_CHARS = string.ascii_letters + string.digits
# To capture system information:
PROCESS_ID = os.getppid()
PROCESS_ID = os.getpid()
PARENT_PROCESS_ID = os.getppid()