Spaces:
Sleeping
Sleeping
Commit
·
e30c3ac
1
Parent(s):
6a21780
Add system
Browse files
system/pledge_tracking.py
CHANGED
|
@@ -90,7 +90,7 @@ def run_pipeline(claim, pledge_date, pledge_author, start_date, timestamp, user_
|
|
| 90 |
f"{questions[1]}\n"
|
| 91 |
f"{questions[2]}\n"
|
| 92 |
f"{questions[3]}\n"
|
| 93 |
-
f"{questions[4]}
|
| 94 |
step_id+=1
|
| 95 |
|
| 96 |
else:
|
|
@@ -113,7 +113,7 @@ def run_pipeline(claim, pledge_date, pledge_author, start_date, timestamp, user_
|
|
| 113 |
f"{questions[1]}\n"
|
| 114 |
f"{questions[2]}\n"
|
| 115 |
f"{questions[3]}\n"
|
| 116 |
-
f"{questions[4]}
|
| 117 |
step_id+=1
|
| 118 |
|
| 119 |
|
|
|
|
| 90 |
f"{questions[1]}\n"
|
| 91 |
f"{questions[2]}\n"
|
| 92 |
f"{questions[3]}\n"
|
| 93 |
+
f"{questions[4]}")
|
| 94 |
step_id+=1
|
| 95 |
|
| 96 |
else:
|
|
|
|
| 113 |
f"{questions[1]}\n"
|
| 114 |
f"{questions[2]}\n"
|
| 115 |
f"{questions[3]}\n"
|
| 116 |
+
f"{questions[4]}")
|
| 117 |
step_id+=1
|
| 118 |
|
| 119 |
|