设置菜单增加Harbor后台入口

This commit is contained in:
BBIT-Kai
2025-10-14 09:14:43 +08:00
parent c1f4386747
commit 111be55c1d
4 changed files with 59 additions and 38 deletions
+1 -2
View File
@@ -60,8 +60,7 @@ def mq_pull_analysis():
ch.basic_ack(delivery_tag=method.delivery_tag)
channel.basic_consume(queue=QUEUE_NAME, on_message_callback=callback)
print("开启队列消费者")
print("等待分析任务...")
print("开启队列消费者,等待分析任务...")
try:
channel.start_consuming()
finally: