Skip to content

Commit

Permalink
vali
Browse files Browse the repository at this point in the history
  • Loading branch information
sal authored and sal committed Jan 16, 2025
1 parent c3522f2 commit 2c03c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commune/vali.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@ def set_network(self, network:str,
self.search = search
self.path = os.path.abspath(path or self.resolve_path(f'{network}/{subnet}' if subnet else network))
self.is_voting_network = any([v in self.network for v in self.voting_networks])

self.set_score(score)
self.sync(update=update)


def score(self, module):
print(module.info(), 'FAM')
return int('name' in module.info())
Expand Down

0 comments on commit 2c03c67

Please sign in to comment.