mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -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
|
||||
"""
|
||||
try:
|
||||
warn_for_status(version, grace_period)
|
||||
raise_for_status(version, grace_period)
|
||||
except LifetimeError as error:
|
||||
print('Please use a newer version of Python.')
|
||||
print_statuses()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue