mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Force cleanup during transitional period
This commit is contained in:
parent
00bbf8fa16
commit
273f455602
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
|
||||||
|
import cleanup
|
||||||
|
cleanup.clean('core', 'libs')
|
||||||
|
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -623,6 +623,9 @@
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
import cleanup
|
||||||
|
cleanup.clean('core', 'libs')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import datetime
|
import datetime
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue