Skip to content

Script running but no data returned #778

@haubnee

Description

@haubnee

I'm attempting to run some sample scripts as outlined in the examples. I'm not getting any errors but there is no data returning at all.

from sportsipy.mlb.teams import Teams
teams = Teams()
for team in teams:
print(team.name, team.abbreviation)

I expect team names and abbreviations to print but they are not.

image

Desktop (please complete the following information):

  • OS: 64-bit Windows 10
  • Sportsipy Version: 0.6.0

Please help!

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