Skip to content
Snippets Groups Projects
Commit b5dc0e43 authored by nkour's avatar nkour
Browse files

also select correct month

parent f694ff70
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ def __init__(self, jid, account):
date = time.localtime(tim)
y, m, d = date[0], date[1], date[2]
self.calendar.select_month(m, y)
self.calendar.select_day(d)
self.add_lines_for_date(y, m, d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment