Skip to content

Commit 5fe204b

Browse files
salsal
sal
authored and
sal
committed
vali
1 parent a986dd7 commit 5fe204b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commune/vali.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ def set_network(self, network:str,
6565
self.search = search
6666
self.path = os.path.abspath(path or self.resolve_path(f'{network}/{subnet}' if subnet else network))
6767
self.is_voting_network = any([v in self.network for v in self.voting_networks])
68-
6968
self.set_score(score)
7069
self.sync(update=update)
7170

72-
7371
def score(self, module):
7472
print(module.info(), 'FAM')
7573
return int('name' in module.info())

0 commit comments

Comments
 (0)