Update Uptated-Prototype/Threading-test.py
This commit is contained in:
@@ -10,7 +10,7 @@ def TestThreadOne():
|
|||||||
def TestThreadTwo():
|
def TestThreadTwo():
|
||||||
testcounter = 0
|
testcounter = 0
|
||||||
while not codedone:
|
while not codedone:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
testcounter += 1
|
testcounter += 1
|
||||||
print(testcounter)
|
print(testcounter)
|
||||||
if testcounter >= 30:
|
if testcounter >= 30:
|
||||||
|
|||||||
Reference in New Issue
Block a user