update README.md
This commit is contained in:
@@ -184,7 +184,6 @@ response = client.GetFieldById(9686)
|
|||||||
|
|
||||||
print(f'Status Code: {response.statusCode}')
|
print(f'Status Code: {response.statusCode}')
|
||||||
|
|
||||||
|
|
||||||
if response.isSuccessful:
|
if response.isSuccessful:
|
||||||
PrintField(response.data.field)
|
PrintField(response.data.field)
|
||||||
else:
|
else:
|
||||||
@@ -199,7 +198,6 @@ response = client.GetFieldById(9686, pagingRequest)
|
|||||||
|
|
||||||
print(f'Status Code: {response.statusCode}')
|
print(f'Status Code: {response.statusCode}')
|
||||||
|
|
||||||
|
|
||||||
if response.isSuccessful:
|
if response.isSuccessful:
|
||||||
PrintField(response.data.field)
|
PrintField(response.data.field)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user