mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Change a feedback text.
This commit is contained in:
parent
c23b8863b6
commit
869da5f4d0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ except (BaseException, Exception):
|
|||
try:
|
||||
import Cheetah
|
||||
except (BaseException, Exception):
|
||||
print('The Python module Cheetah is required')
|
||||
print('The Python module CT3 (Cheetah) is required')
|
||||
if is_win:
|
||||
print('(1) However, this first run may have just installed it, so try to simply rerun sickgear.py again')
|
||||
print('(2) If this output is a rerun of (1) then open a command line prompt and manually install using...')
|
||||
|
|
Loading…
Reference in a new issue