Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gongzhang committed Apr 8, 2019
1 parent 0e04c64 commit f93d3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def delegate(method, payload):


if __name__ == '__main__':
s = pb.Server('0.0.0.0', 8000, delegate)
PORT = 8000
s = pb.Server('0.0.0.0', PORT, delegate)
s.start(daemon=False)
print("Server is on {}...".format(PORT))
```
Expand Down

0 comments on commit f93d3f8

Please sign in to comment.