Skip to content

Commit 80bd7b3

Browse files
committed
chore: increase number of seo competitions
1 parent c5fb10d commit 80bd7b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

neurons/validators/genie_validator.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@ async def query_miners(self):
8181

8282
available_challenges_classes = [
8383
AccuracyChallenge,
84-
#QualityChallenge,
85-
AccuracyChallenge,
8684
SeoChallenge,
87-
BalancedChallenge,
85+
SeoChallenge,
86+
SeoChallenge,
8887
]
8988

9089
with self.lock:

0 commit comments

Comments
 (0)