Skip to content

Commit a71e154

Browse files
author
acer-king
committed
cursor support
1 parent 111b479 commit a71e154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: validators/core/axon.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ def ping(r: bittensor.Synapse) -> bittensor.Synapse:
235235
allow_origins=["*"], # Allows all origins
236236
allow_credentials=True,
237237
allow_methods=["*"], # Allows all HTTP methods
238-
allow_headers=["*"],
239-
axon=self)
238+
allow_headers=["*"])
240239

241240

242241
def default_verify(self, synapse: bittensor.Synapse):

0 commit comments

Comments
 (0)