Skip to content

Commit fd66e2d

Browse files
Merge pull request #536 from backend-developers-ltd/fixdebug
fix sync_metagraph failing
2 parents 529efc9 + 98aeac2 commit fd66e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

facilitator/app/src/project/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def wrapped(*args, **kwargs):
141141
"OUR_VALIDATOR_SS58_ADDRESS": ("", "Our validator's SS58 address", str),
142142
}
143143

144-
BITTENSOR_NETUID = env("BITTENSOR_NETUID")
145-
BITTENSOR_NETWORK = env("BITTENSOR_NETWORK")
144+
BITTENSOR_NETUID = env.int("BITTENSOR_NETUID")
145+
BITTENSOR_NETWORK = env.str("BITTENSOR_NETWORK")
146146
SIGNATURE_EXPIRE_DURATION = env("SIGNATURE_EXPIRE_DURATION", default="300")
147147

148148
WANDB_API_KEY = env("WANDB_API_KEY")

0 commit comments

Comments
 (0)