This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit 4b5b57e
model.py: save payload as text instead of encoded UTF-8
The website does not decode text. Without this change using the Record
initializer directly, such as in Record.create, would result in payload
text not being human readable.
Signed-off-by: California Sullivan <[email protected]>1 parent 33afa54 commit 4b5b57e
File tree
1 file changed
+1
-4
lines changed1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 127 | | |
131 | 128 | | |
132 | 129 | | |
| |||
0 commit comments