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

master
Jason R. Coombs 8 years ago
parent 5452c877e9
commit 029a0c4288
  1. 2
      wolframalpha/__init__.py

@ -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):

Loading…
Cancel
Save