Spaces:
Sleeping
Sleeping
pragneshbarik
commited on
Commit
•
fb6ef21
1
Parent(s):
d6340a9
using json.dumps
Browse files- middlewares/utils.py +1 -1
middlewares/utils.py
CHANGED
@@ -90,7 +90,7 @@ def get_notion_data() :
|
|
90 |
"On Hand" : on_hand,
|
91 |
})
|
92 |
|
93 |
-
notion_data_string =
|
94 |
return notion_data_string
|
95 |
|
96 |
|
|
|
90 |
"On Hand" : on_hand,
|
91 |
})
|
92 |
|
93 |
+
notion_data_string = json.dumps(rows)
|
94 |
return notion_data_string
|
95 |
|
96 |
|