We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905f382 commit a31bfa1Copy full SHA for a31bfa1
src/axiomatic/magic.py
@@ -28,7 +28,7 @@ def ax_api(self, query):
28
with open(f"{folder}/api_key", "w") as f:
29
f.write(query)
30
self.api = query
31
- self.ax = Axiomatic(api_key=self.api)
+ self.ax = Axiomatic(api_key=self.api_key)
32
print("API key set.")
33
34
def axquery(self, query, cell=None):
0 commit comments