Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
update default API URL (closes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Jan 7, 2017
1 parent 8587d77 commit f97eb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloomsky_api/bloomsky_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .exceptions import APIKeyMissing

BLOOMSKY_API_KEY_VARIABLE = 'BLOOMSKY_API_KEY'
DEFAULT_API_URL = 'https://thirdpartyapi.appspot.com/api/skydata/'
DEFAULT_API_URL = 'https://api.bloomsky.com/api/skydata/'


class BloomSkyAPIResponse(object):
Expand Down

0 comments on commit f97eb84

Please sign in to comment.