Skip to content

Commit

Permalink
Now works with Celery 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 23, 2011
1 parent 3db5e79 commit aa8c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celerymonitor/bin/celerymond.py
Expand Up @@ -62,7 +62,7 @@ def run(self, loglevel="ERROR", logfile=None, http_port=8989,
print(STARTUP_INFO_FMT % {
"http_port": http_port,
"http_address": http_address or "localhost",
"conninfo": app.amqp.format_broker_info(),
"conninfo": app.broker_connection().as_uri(),
})

print("celerymon has started.")
Expand Down

0 comments on commit aa8c917

Please sign in to comment.