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 e6e9235 commit 51b6a39Copy full SHA for 51b6a39
README.md
@@ -92,8 +92,8 @@ data = [
92
start_dt=datetime.fromisoformat("2024-05-01T00:00:00"),
93
end_dt=datetime.fromisoformat("2024-05-02T00:00:00"),
94
resolution=1,
95
- states=False, # Set to True to include state data
96
- bounds=False, # Set to True to include metric bounds data
+ include_states=False, # Set to True to include state data
+ include_bounds=False, # Set to True to include metric bounds data
97
)
98
]
99
```
0 commit comments