Skip to content

Commit 8be4603

Browse files
Update Casper.py
1 parent f53eda0 commit 8be4603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Casper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def set_timer(countdown):
132132
##################################################################################################
133133

134134
def knowledge_engine(question):
135-
api_key = "Q3RGAU-UWQT2U8W2J"
135+
api_key = "your API key"
136136
client = wolframalpha.Client(api_key)
137137
result = client.query(question)
138138
wolfram_answer = str(next(result.results).text)

0 commit comments

Comments
 (0)