Merge pull request #13229 from achillesrasquinha/py3

fixed tabs
This commit is contained in:
Achilles Rasquinha 2018-03-08 13:17:19 +05:30 committed by GitHub
commit 7df344409e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,4 +334,4 @@ def get_events(start, end, filters=None):
{"start": start, "end": end}, as_dict=True, update={"allDay": 0})
for item in data:
item.end = item.start + datetime.timedelta(minutes = item.duration)
return data
return data