Skip to content

Commit

Permalink
supported sites header instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviiu committed Feb 3, 2024
1 parent f29a71a commit 63fd30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/pythonBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = {

module.exports.bridgeProc = child_process.execFile(bridgepath, {
env: { ...process.env,
PYBRIDGE_HEADER: `true`,
PYBRIDGE_HEADER_SUPPORTED_SITES: `true`,
},
maxBuffer: 1024 * 1024 * 1024, // 1GB
});
Expand Down

0 comments on commit 63fd30f

Please sign in to comment.