Fix year · qpfiffer/metaforcefeed@d7e5eb8 · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 1 Fork 2 qpfiffer / metaforcefeed Code Issues 9 Pull requests 0 Pulse Graphs Permalink Browse files Fix year master 1 parent 125fc04 commit d7e5eb8c98488061a6c6317f8308b38d603d74ff qpfiffer committed Jan 4, 2016 Unified Split Showing 1 changed file with 2 additions and 1 deletion . +2 −1 metaforcefeed/routes.py Show notes View 3 metaforcefeed/routes.py @@ -156,9 +156,10 @@ def calendar_root(): calendars = [] current_month_int = int (datetime.today().strftime( " %m " )) + current_year_int = int (datetime.today().strftime( " %Y " )) for month in [current_month_int]: cal = calendar.HTMLCalend...

Linked on 2016-01-11 22:02:54 | Similar Links