Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
[project @ Move the default example consumer port to be different fro…
Browse files Browse the repository at this point in the history
…m the default example server port]
  • Loading branch information
tailor committed Dec 1, 2005
1 parent d92b758 commit 0ba6024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/consumer.py
Expand Up @@ -298,7 +298,7 @@ def main(host, port, data_path):
if __name__ == '__main__':
host = 'localhost'
data_path = 'cstore'
port = 8000
port = 8001

try:
import optparse
Expand Down

0 comments on commit 0ba6024

Please sign in to comment.