Page 1 of 1

Hard coded Port

PostPosted: Fri Jul 22, 2022 3:59 am
by anupchavda
Hi

is there an option to not hard code the port to 4025. I want to connect via a proxy and would like to connect to port 4026

can we make the port a variable user configurable option?

Thanks

Re: Hard coded Port

PostPosted: Fri Jul 22, 2022 6:52 pm
by Monstergerm
That shouldn't be too hard to do. I will include with the next update. In the meantime, I assume you know how to change the hardcoding of the port number. If not let me know.

Re: Hard coded Port

PostPosted: Wed Jul 27, 2022 4:56 am
by anupchavda
I worked it out by editing the .py file to edit the existing port. Thanks!