Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update run in main.py to handle case when port is not int
when port is passed as string it will try converting to integer Then it checks if the port is int and raises ValueError when port is not integer
- Loading branch information