Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334c698 commit 6ff2b93Copy full SHA for 6ff2b93
1 file changed
lib/core/settings.py
@@ -43,7 +43,7 @@
43
ASTERISK_MARKER = "__ASTERISK_MARK__"
44
REPLACEMENT_MARKER = "__REPLACEMENT_MARK__"
45
46
-PAYLOAD_DELIMITER = "\x00\x00\x00"
+PAYLOAD_DELIMITER = "__PAYLOAD_DELIMITER__"
47
CHAR_INFERENCE_MARK = "%c"
48
PRINTABLE_CHAR_REGEX = r"[^\x00-\x1f\x7f-\xff]"
49
0 commit comments