Skip to content

Commit

Permalink
fix global dentire
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Feb 3, 2024
1 parent 99d9a23 commit e2b4f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def init_wandb(config, my_uid, wallet: bt.wallet):

def initialize_components(config: bt.config):
global metagraph
global dendrite
bt.logging(config=config, logging_dir=config.full_path)
bt.logging.info(f"Running validator for subnet: {config.netuid} on network: {config.subtensor.chain_endpoint}")
wallet = bt.wallet(config=config)
Expand Down

0 comments on commit e2b4f86

Please sign in to comment.