fix python example client to not use deprecated functions

This commit is contained in:
arvidn 2019-12-18 23:57:46 +01:00 committed by Arvid Norberg
parent 55460a60bc
commit 6110144a3b
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ while (not s.is_seeding):
time.sleep(1)
print(h.name(), 'complete')
print(h.status().name, 'complete')