(20241225) Small fix in reconnection attempts for MySQL.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user