fixed "NameError: name 'config' is not defined'

This commit is contained in:
Ace 2020-06-03 15:48:30 +02:00 committed by GitHub
parent feee1000a9
commit 37dbb1b127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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