Spaces:
Runtime error
Runtime error
Decreasing time required before graph
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def main():
|
|
154 |
|
155 |
#testing code
|
156 |
moves += 1
|
157 |
-
if moves
|
158 |
break
|
159 |
|
160 |
onetime_logger.add_checkmate(player_1) #here for testing purposes
|
|
|
154 |
|
155 |
#testing code
|
156 |
moves += 1
|
157 |
+
if moves >= 1:
|
158 |
break
|
159 |
|
160 |
onetime_logger.add_checkmate(player_1) #here for testing purposes
|