Closed codilau closed 1 year ago
The fix is manually controlling from the file parsing, if anyone has this issue.
username = parts[0]
password = parts[1]
email = parts[2]
email_password = parts[3]
cookies = parts[4][:-1]
As the title explains, the behaviour differs between the CLI command and the function. After comparing the .db files, the problem is that the function adds an extra "\n" char at the end of the ct0 value.