Update Uptated-Prototype/Threading-test.py
This commit is contained in:
@@ -13,7 +13,7 @@ def TestThreadTwo():
|
||||
time.sleep(1)
|
||||
testcounter += 1
|
||||
print(testcounter)
|
||||
if testcounter >= 30
|
||||
if testcounter >= 10:
|
||||
break
|
||||
|
||||
t1 = threading.Thread(target=TestThreadOne, daemon=False)
|
||||
|
||||
Reference in New Issue
Block a user