Kkevsterrr / geneva

automated censorship evasion for the client-side and server-side
https://censorship.ai
BSD 3-Clause "New" or "Revised" License
1.87k stars 176 forks source link

Server Port Strategy Hotfix #30

Closed harrimd closed 2 years ago

harrimd commented 2 years ago

For backwards compatibility, the engine was sometimes called using an int for the server port directly. This would cause an error, so casting to str() solves that without needing to change anything.