We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e316a71 commit 12511f5Copy full SHA for 12511f5
src/vws/vws.py
@@ -65,7 +65,7 @@ def _target_api_request(
65
66
headers = {
67
'Authorization': signature_string,
68
- 'Date': date,
+ 'Date': date_string,
69
'Content-Type': content_type,
70
}
71
0 commit comments