Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -755,7 +755,7 @@ def main():
|
|
755 |
current_doc = json.loads(doc_str)
|
756 |
options = {
|
757 |
'enableCrossPartitionQuery': True,
|
758 |
-
'partitionKey': '/
|
759 |
}
|
760 |
response = container.delete_item(
|
761 |
item=current_doc['id'],
|
|
|
755 |
current_doc = json.loads(doc_str)
|
756 |
options = {
|
757 |
'enableCrossPartitionQuery': True,
|
758 |
+
'partitionKey': '/Id'
|
759 |
}
|
760 |
response = container.delete_item(
|
761 |
item=current_doc['id'],
|