mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Add Python End-of-Life detection
This commit is contained in:
parent
de86259bb0
commit
f6e620a3fd
4 changed files with 211 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
|
||||
import eol
|
||||
eol.check()
|
||||
|
||||
import cleanup
|
||||
cleanup.clean(cleanup.FOLDER_STRUCTURE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue