summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 66a7130..b2c5168 100644
--- a/test.py
+++ b/test.py
@@ -91,7 +91,7 @@ i=0
while True:
i=i+1
print(i)
- if (i==100):
+ if (i==10):
c.send_respawn()
screen.fill((0,0,0))