From 8be460392e53be55f17b501c2c6da95ef6ddf19f Mon Sep 17 00:00:00 2001 From: Ashfaaq Rifath Date: Thu, 1 Sep 2022 11:55:01 +0530 Subject: [PATCH] Update Casper.py --- Casper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casper.py b/Casper.py index f61d11a..217c93f 100644 --- a/Casper.py +++ b/Casper.py @@ -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)