Skip to content

Commit c68f0c4

Browse files
committed
Corrected comments describing _set_up_transport
1 parent 37778f9 commit c68f0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def run():
290290
# Load RabbitMQ configuration
291291
PikaTransport().load_configuration_file(security_config.rabbitmq_credentials)
292292

293-
# Set up Zocalo connection
293+
# Set up RabbitMQ connection
294294
if args.demo:
295295
os.environ["MURFEY_DEMO"] = "1"
296296
else:

0 commit comments

Comments
 (0)