geofront-auth / geofront

Simple SSH key management service
https://geofront.readthedocs.io/
GNU Affero General Public License v3.0
347 stars 37 forks source link

Cast args.port to int #10

Closed encyphered closed 8 years ago

encyphered commented 8 years ago

socket.bind(address) only allows integer port. Port variable with str type could be raised exception when run with debug mode.

dahlia commented 8 years ago

Thanks!