Skip to content

Issue in fetch function #1

@sabyasachiDs

Description

@sabyasachiDs

Whenever i am calling fetch function its giving error:-

import json
import python_gtmetrix2

api_key = "e8ddc55d93eb0e8281b255ea236dcc4f" # your API key
account = python_gtmetrix2.Account(api_key) # init
test = account.start_test(url) # start test
test.fetch(wait_for_completion=True) # wait for it to finish
report = test.getreport() # get test result
print(json.dumps(report, indent=2)) # do something useful with it

Error:

TypeError: fetch() got an unexpected keyword argument 'wait_for_completion'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions