needmorecowbell / giggity

Wraps github api for openly available information about an organization, user, or repo
Apache License 2.0
127 stars 19 forks source link

added case for organization not found #4

Closed ariel-shin closed 5 years ago

ariel-shin commented 5 years ago

When an organization is not found, users get a "TypeError: string indices must be integers" error because account["login"] doesn't exist and it becomes a string instead of a dictionary.