Read calendards URL from .cals file
This commit is contained in:
parent
8c7d5f583e
commit
5acdf32ae7
3 changed files with 11 additions and 4 deletions
2
main.py
2
main.py
|
|
@ -71,7 +71,7 @@ def main():
|
|||
|
||||
# ical
|
||||
from modules.ical import IcalModule
|
||||
cal = IcalModule().draw_module(config, 480-int(480/1.6), 255)
|
||||
cal = IcalModule(config).draw_module(config, 480-int(480/1.6), 255)
|
||||
image.paste(cal, (0, 250))
|
||||
|
||||
# Toolbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue