8000 Add 24 (hours) as a valid interval which can be returned from the server · LehmD/server-client-python@0dca1aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dca1aa

Browse files
committed
Add 24 (hours) as a valid interval which can be returned from the server
1 parent 60fa87f commit 0dca1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/models/interval_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def interval(self):
136136

137137
@interval.setter
138138
def interval(self, intervals):
139-
VALID_INTERVALS = {0.25, 0.5, 1, 2, 4, 6, 8, 12}
139+
VALID_INTERVALS = {0.25, 0.5, 1, 2, 4, 6, 8, 12, 24}
140140

141141
for interval in intervals:
142142
# if an hourly interval is a string, then it is a weekDay interval

0 commit comments

Comments
 (0)
0