Uncommented add_calendar to design
This commit is contained in:
parent
cb5f6cddd7
commit
06b6d697f2
1 changed files with 3 additions and 3 deletions
|
@ -60,9 +60,9 @@ def main ():
|
|||
owm = OwmForecasts.OwmForecasts(api_key)
|
||||
design.add_weather(OwmForecasts.OwmForecasts(api_key))
|
||||
|
||||
#debug.print_line('Fetching events from your calendar')
|
||||
#events_cal = IcalEvents.IcalEvents(ical_urls)
|
||||
#design.add_calendar(events_cal)
|
||||
debug.print_line('Fetching events from your calendar')
|
||||
events_cal = IcalEvents.IcalEvents(ical_urls)
|
||||
design.add_calendar(events_cal)
|
||||
|
||||
debug.print_line('Fetching posts from your rss-feeds')
|
||||
rss = RssParserPosts.RssParserPosts(rss_feeds)
|
||||
|
|
Loading…
Reference in a new issue