Skip to content

Commit

Permalink
Update Casper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfaaqrifath authored Sep 1, 2022
1 parent f53eda0 commit 8be4603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casper.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def set_timer(countdown):
##################################################################################################

def knowledge_engine(question):
api_key = "Q3RGAU-UWQT2U8W2J"
api_key = "your API key"
client = wolframalpha.Client(api_key)
result = client.query(question)
wolfram_answer = str(next(result.results).text)
Expand Down

0 comments on commit 8be4603

Please sign in to comment.