From ada78a14f85136b4ad88c0161405d0e6200a2e93 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sun, 6 Jan 2019 00:47:01 -0500 Subject: [PATCH] hotfix --- TorrentToMedia.py | 2 +- nzbToMedia.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 5536bbab..0e14e60d 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -2,7 +2,7 @@ # coding=utf-8 import cleanup -cleanup.clean('core', 'libs') +cleanup.clean(cleanup.FOLDER_STRUCTURE) import datetime import os diff --git a/nzbToMedia.py b/nzbToMedia.py index 2fc8c80c..fceed9cd 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -624,7 +624,7 @@ from __future__ import print_function import cleanup -cleanup.clean('core', 'libs') +cleanup.clean(cleanup.FOLDER_STRUCTURE) import datetime import os