update README.md
This commit is contained in:
@@ -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}')
|
||||
Reference in New Issue
Block a user