update README.md

This commit is contained in:
StevanFreeborn
2022-05-03 11:19:24 -05:00
parent 9e9303a643
commit eff4649745
-2
View File
@@ -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: