diff --git a/addon.xml b/addon.xml index cb5f44d..421fe97 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index df92bc2..75a3454 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v1.0.4 (Oct 24 2015) +-------------------- +Fixed Issues: +- Removing comment that was placed in error + v1.0.3 (Oct 24 2015) -------------------- Fixed Issues: diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 483eff9..841f14b 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -88,8 +88,7 @@ def remove_cached_art(art): if data[0]: - log(4, 'Removing Cached Art :: SQL Output: %s' %data[0]) -> Causes an error on first time configuring - + log(4, 'Removing Cached Art :: SQL Output: %s' %data[0]) file_to_delete = os.path.join(_tbn_path, data[0]) log(4, 'Removing Cached Art :: File to be removed: %s' %file_to_delete)