update README.md

This commit is contained in:
StevanFreeborn
2022-05-04 09:08:35 -05:00
parent 360fce2152
commit 7c791f8526
-8
View File
@@ -1,8 +0,0 @@
record = Record(195,fields)
response = client.AddOrUpdateRecord(record)
print(f'Status Code: {response.statusCode}')
print(f'Id: {response.data.id}')
for warning in response.data.warnings:
print(f'Warning: {warning}')