xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

view.py have minor error #82

Closed mithuncoder closed 2 years ago

mithuncoder commented 2 years ago

from src.server.view import View File "C:\Users\ADMIN\Music\Python\src\server\view.py", line 77 match choice[0]: ^ SyntaxError: invalid syntax

from src.client.command_handler import CommandHandler File "C:\Users\ADMIN\Music\Python\src\client\command_handler.py", line 25 match _command: ^ SyntaxError: invalid syntax

I'm facing this error

xp4xbox commented 2 years ago

you need python 3.10