universal-bypass icon indicating copy to clipboard operation
universal-bypass copied to clipboard

TypeError: Panel.__init__() got an unexpected keyword argument 'subtitle'

Open jakka351 opened this issue 8 months ago • 1 comments

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'

jakka351 avatar Oct 27 '23 06:10 jakka351