Skip to content

Commit

Permalink
Merge pull request frappe#13229 from achillesrasquinha/py3
Browse files Browse the repository at this point in the history
fixed tabs
  • Loading branch information
achillesrasquinha authored Mar 8, 2018
2 parents abd365f + e96a577 commit 7df3444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7df3444

Please sign in to comment.