diff options
Diffstat (limited to 'youtube_podcaster/config.py')
| -rw-r--r-- | youtube_podcaster/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_podcaster/config.py b/youtube_podcaster/config.py index bfce902..e535dcf 100644 --- a/youtube_podcaster/config.py +++ b/youtube_podcaster/config.py | |||
| @@ -41,6 +41,7 @@ class Config: | |||
| 41 | self.server = config["server"] | 41 | self.server = config["server"] |
| 42 | self.youtube = config["youtube"] | 42 | self.youtube = config["youtube"] |
| 43 | self.podcasts = config["podcasts"] | 43 | self.podcasts = config["podcasts"] |
| 44 | self.downloads = config["downloads"] | ||
| 44 | except KeyError as e: | 45 | except KeyError as e: |
| 45 | raise ConfigException("Missing %s-section in %s" % ( | 46 | raise ConfigException("Missing %s-section in %s" % ( |
| 46 | str(e), config)) | 47 | str(e), config)) |
