Skip to content

Commit

Permalink
Added '
Browse files Browse the repository at this point in the history
  • Loading branch information
wavpro authored Aug 13, 2022
1 parent 8cbd3c8 commit 8feb433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/generateCode/targets/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function parseBody(body) {
}

return body.text
? `payload = '${body.text}\n\nfiles = null`
? `payload = '${body.text}'\n\nfiles = null`
: 'files = null';
}

Expand Down

0 comments on commit 8feb433

Please sign in to comment.