mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -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
|
@ -623,6 +623,9 @@
|
|||
|
||||
from __future__ import print_function
|
||||
|
||||
import eol
|
||||
eol.check()
|
||||
|
||||
import cleanup
|
||||
cleanup.clean(cleanup.FOLDER_STRUCTURE)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue