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