Skip to content

Commit

Permalink
Bug fix rm create_directory()
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix authored Apr 24, 2017
1 parent f83cac3 commit 4ef5d2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions podcatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Podcast(object):
def __init__(self, feedlist, download_dir):
self.version = "0.2.1"
self.version = "0.2.2"
self.feeds = []
self.base_folder = download_dir
self.feedlist = feedlist
Expand Down Expand Up @@ -127,5 +127,4 @@ def download_podcast(self, url, guid, path):

if valid:
p.parse_feed_list()
p.create_directory()

0 comments on commit 4ef5d2f

Please sign in to comment.