Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ff2b93

Browse files
committed
Another patch for an Issue #545
1 parent 334c698 commit 6ff2b93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ASTERISK_MARKER = "__ASTERISK_MARK__"
4444
REPLACEMENT_MARKER = "__REPLACEMENT_MARK__"
4545

46-
PAYLOAD_DELIMITER = "\x00\x00\x00"
46+
PAYLOAD_DELIMITER = "__PAYLOAD_DELIMITER__"
4747
CHAR_INFERENCE_MARK = "%c"
4848
PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7f-\xff]"
4949

0 commit comments

Comments
 (0)