Skip to content

Commit

Permalink
timeformat attr doesnt exist
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Apr 24, 2015
1 parent 0134800 commit cdaab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/ui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ class TimeWidget(DateTimeWidget):

def _get_current_dtype(self):
date_str = self.get_edit_text()
return datetime.strptime(date_str, self.timeformat)
return datetime.strptime(date_str, self.dateformat)

0 comments on commit cdaab78

Please sign in to comment.