fixed "NameError: name 'config' is not defined'
This commit is contained in:
parent
feee1000a9
commit
37dbb1b127
@ -40,7 +40,7 @@ class Agenda(inkycal_module):
|
||||
self.time_format = "HH:mm"
|
||||
self.language = 'en'
|
||||
self.timezone = get_system_tz()
|
||||
self.ical_urls = config['ical_urls']
|
||||
self.ical_urls = self.config['ical_urls']
|
||||
self.ical_files = []
|
||||
|
||||
# give an OK message
|
||||
|
Loading…
Reference in New Issue
Block a user