myshell-test
commited on
Commit
•
3859011
1
Parent(s):
bc861ae
Update app.py
Browse files
app.py
CHANGED
@@ -369,15 +369,12 @@ competition_scores = {
|
|
369 |
}
|
370 |
|
371 |
current_block = metagraph.block.item()
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
)
|
379 |
-
except:
|
380 |
-
pass
|
381 |
|
382 |
blocks_to_go = next_update - current_block
|
383 |
current_time = datetime.datetime.now()
|
|
|
369 |
}
|
370 |
|
371 |
current_block = metagraph.block.item()
|
372 |
+
|
373 |
+
next_update = next_tempo(
|
374 |
+
SUBNET_START_BLOCK,
|
375 |
+
360,
|
376 |
+
current_block,
|
377 |
+
)
|
|
|
|
|
|
|
378 |
|
379 |
blocks_to_go = next_update - current_block
|
380 |
current_time = datetime.datetime.now()
|