Change default site in API clients

(imported from commit 185cf8e27cb6ecd1cd8ccca834d30ca0de2236b8)
This commit is contained in:
Keegan McAllister
2012-10-27 11:36:55 -04:00
parent d71b9594fe
commit c1171c9832
12 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ assert(requests.__version__ > '0.12')
class HumbugAPI():
def __init__(self, email, api_key, verbose=False, retry_on_errors=True,
site="https://app.humbughq.com", client="API"):
site="https://humbughq.com", client="API"):
self.api_key = api_key
self.email = email
self.verbose = verbose