File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ apify help # List all commands
6262
6363Allowed without prompt:
6464
65- - read files with ` Actor.getValue() ` , ` Dataset.getData() `
66- - push data with ` Actor.pushData() ` , ` Dataset.pushData() `
65+ - read files with ` Actor.getValue() `
66+ - push data with ` Actor.pushData() `
6767- set values with ` Actor.setValue() `
6868- enqueue requests to RequestQueue
6969- run locally with ` apify run `
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ apify help # List all commands
6161## Safety and Permissions
6262
6363Allowed without prompt:
64- - read files with ` Actor.getValue() ` , ` Dataset.getData ()`
65- - push data with ` Actor.pushData() ` , ` Dataset.pushData ()`
66- - set values with ` Actor.setValue () `
64+ - read files with ` Actor.get_value () `
65+ - push data with ` Actor.push_data () `
66+ - set values with ` Actor.set_value () `
6767- enqueue requests to RequestQueue
6868- run locally with ` apify run `
6969
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ apify help # List all commands
6262
6363Allowed without prompt:
6464
65- - read files with ` Actor.getValue() ` , ` Dataset.getData() `
66- - push data with ` Actor.pushData() ` , ` Dataset.pushData() `
65+ - read files with ` Actor.getValue() `
66+ - push data with ` Actor.pushData() `
6767- set values with ` Actor.setValue() `
6868- enqueue requests to RequestQueue
6969- run locally with ` apify run `
You can’t perform that action at this time.
0 commit comments