| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ def worker(args): | |||
| 36 | 36 | # Here we set the from_date to filter envelopes for the last month | |
| 37 | 37 | # Use ISO 8601 date format | |
| 38 | 38 | # 1. Call the envelope status change method to list the envelopes | |
| 39 | - from_date = (datetime.utcnow() - timedelta(days=30)).isoformat() | ||
| 39 | + from_date = (datetime.utcnow() - timedelta(days=30)).strftime('%Y-%m-%d') | ||
| 40 | 40 | results = envelope_api.list_status_changes(account_id=args["account_id"], from_date=from_date) | |
| 41 | 41 | #ds-snippet-end:eSign3Step2 | |
| 42 | 42 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments