Skip to content

Commit 715bb9d

Browse files
committed
Merge pull request #42 from jiahut/master
[fix] type mistake
2 parents 022f6af + 31297bf commit 715bb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

werobot/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,5 @@ def run(self, server=None, host=None,
253253
if host is None:
254254
host = self.config["HOST"]
255255
if port is None:
256-
port = self.config["POST"]
256+
port = self.config["PORT"]
257257
self.wsgi.run(server=server, host=host, port=port)

0 commit comments

Comments
 (0)