Fixed another python script bug and enabled debugging
This commit is contained in:
@@ -3712,7 +3712,11 @@ const AppCreator = (defaultprops) => {
|
||||
headers += key + "=" + value + "\n";
|
||||
}
|
||||
|
||||
setActionField("headers", headers.trim());
|
||||
try {
|
||||
setActionField("headers", headers.trim());
|
||||
} catch (e) {
|
||||
console.log("Failed to parse header: ", e)
|
||||
}
|
||||
}
|
||||
|
||||
if (request.body !== undefined && request.body !== null) {
|
||||
|
||||
Reference in New Issue
Block a user