Eventyret/Padawan

env.py Port should be a string not a number

Eventyret opened this issue · 1 comments

Bug Report

Current Behavior
The port in env.py should be a string not a number

raise TypeError("str expected, not %s" % type(value).__name__)
TypeError: str expected, not int