Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 port support #10

Open
PyMaster22 opened this issue Jan 9, 2021 · 1 comment
Open

1 port support #10

PyMaster22 opened this issue Jan 9, 2021 · 1 comment

Comments

@PyMaster22
Copy link

I tried moving the server.py port to my forwarding port, but I wasn't able to connect by specifying it in the online menu.

@ankith26
Copy link
Owner

ankith26 commented Jan 9, 2021

Hello,
My-PyChess currently uses port 26104 by default. So to change the port in the server side, you have to just update a variable in server.py
And on the client side too there is a constant somewhere in the code, where you have to manually update the port.
Here

PORT = 26104

I guess for a future version, I will make it such that the port is more easily customizable for users, by means of a text box or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants