Skip to content

Commit a31bfa1

Browse files
authored
Fix mistake
1 parent 905f382 commit a31bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def ax_api(self, query):
2828
with open(f"{folder}/api_key", "w") as f:
2929
f.write(query)
3030
self.api = query
31-
self.ax = Axiomatic(api_key=self.api)
31+
self.ax = Axiomatic(api_key=self.api_key)
3232
print("API key set.")
3333

3434
def axquery(self, query, cell=None):

0 commit comments

Comments
 (0)