Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
4950459
1
Parent(s): 6df648f
Add client summary data to payload before processing in dfOverview
Browse files
classes/response_df_overview.py
CHANGED
|
@@ -83,6 +83,8 @@ class dfOverview:
|
|
| 83 |
pass
|
| 84 |
|
| 85 |
if count >= 1:
|
|
|
|
|
|
|
| 86 |
self.process()
|
| 87 |
|
| 88 |
|
|
|
|
| 83 |
pass
|
| 84 |
|
| 85 |
if count >= 1:
|
| 86 |
+
summary = self.fetch_data("Client Summary")
|
| 87 |
+
self.payload = summary + self.payload
|
| 88 |
self.process()
|
| 89 |
|
| 90 |
|