mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
force format=csv on therapytimeline2csv endpoint
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ class WS2Api:
|
||||
startDate = parse_date(start)
|
||||
endDate = parse_date(end)
|
||||
|
||||
req_text = self.get('therapytimeline2csv/%s/%s/%s' % (self.userGuid, startDate, endDate), {})
|
||||
req_text = self.get('therapytimeline2csv/%s/%s/%s?format=csv' % (self.userGuid, startDate, endDate), {})
|
||||
|
||||
sections = self._split_empty_sections(req_text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user