We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42e440 commit e239f66Copy full SHA for e239f66
scripts/populate-keys/main.py
@@ -35,7 +35,6 @@ def snake_to_camel(s: str) -> str:
35
36
for d in data:
37
d = {snake_to_camel(k): v for k, v in d.items()}
38
- print(d)
39
result = requests.post("http://localhost:8585/v1/api-keys/provider-key",
40
json=d,
41
headers={
0 commit comments