Skip to content

Commit

Permalink
Force cleanup during transitional period
Browse files Browse the repository at this point in the history
  • Loading branch information
labrys committed Dec 25, 2018
1 parent 00bbf8f commit 273f455
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TorrentToMedia.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env python2
# coding=utf-8

import cleanup
cleanup.clean('core', 'libs')


import datetime
import os
import sys
Expand Down
3 changes: 3 additions & 0 deletions nzbToMedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,9 @@

from __future__ import print_function

import cleanup
cleanup.clean('core', 'libs')

import os
import sys
import datetime
Expand Down

0 comments on commit 273f455

Please sign in to comment.