5 lines
70 B
Python
5 lines
70 B
Python
def on_abort(parent_thread):
|
|
print ("abort")
|
|
|
|
|
|
time.sleep(10.0) |