TypeError: Panel.__init__() got an unexpected keyword argument 'subtitle'
jakka351 opened this issue · 1 comments
jakka351 commented
Get the following error when running the script on Windows 10 using Python 3.10:
C:\Users\jakka351\universal-bypass>python3 tool.py -U http://website.com/.htaccess -A Traceback (most recent call last): File "C:\Users\user\universal-bypass\tool.py", line 60, in <module> console.print(Panel(markdown, title="Welcome", subtitle="0xAgun", box=box.HEAVY, style="blue")) TypeError: Panel.__init__() got an unexpected keyword argument 'subtitle'
0xAgun commented
please check the current version of rich module or install the latest module...