mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
drop older python
This commit is contained in:
parent
fd67998b95
commit
dc8d5c1ab9
1 changed files with 1 additions and 1 deletions
2
eol.py
2
eol.py
|
@ -101,7 +101,7 @@ def check(version=None, grace_period=0):
|
||||||
:return: None
|
:return: None
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
warn_for_status(version, grace_period)
|
raise_for_status(version, grace_period)
|
||||||
except LifetimeError as error:
|
except LifetimeError as error:
|
||||||
print('Please use a newer version of Python.')
|
print('Please use a newer version of Python.')
|
||||||
print_statuses()
|
print_statuses()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue