Remove key from the code. Each client must acquire their own key.

This commit is contained in:
Jason R. Coombs 2016-09-03 12:01:16 -04:00
parent 5452c877e9
commit 029a0c4288

View File

@ -16,7 +16,7 @@ class Client(object):
Pass an ID to the object upon instantiation, then
query Wolfram Alpha using the query method.
"""
def __init__(self, app_id='Q59EW4-7K8AHE858R'):
def __init__(self, app_id):
self.app_id = app_id
def query(self, input, params=(), **kwargs):