outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
144 stars 65 forks source link

'method' object is not subscriptable #36

Closed MahmudulHassan5809 closed 4 years ago

MahmudulHassan5809 commented 4 years ago

Describe the bug Try to get summary of live matches, by crating an instance of the Summary class get this error TypeError: 'method' object is not subscriptable

Here is My Code

    s = Summary()
    print(s.match_ids)

Here is the error image

dwillis commented 4 years ago

@MahmudulHassan5809 Thanks for this - it should be fixed now.

MahmudulHassan5809 commented 4 years ago

Thanks Its Working Now.