fix python example client to not use deprecated functions
This commit is contained in:
parent
55460a60bc
commit
6110144a3b
|
@ -31,4 +31,4 @@ while (not s.is_seeding):
|
|||
|
||||
time.sleep(1)
|
||||
|
||||
print(h.name(), 'complete')
|
||||
print(h.status().name, 'complete')
|
||||
|
|
Loading…
Reference in New Issue