diff --git a/kitchen_counter/conversion/management/commands/custom_runserver.py b/kitchen_counter/conversion/management/commands/custom_runserver.py index eb72d2e..bafdb01 100755 --- a/kitchen_counter/conversion/management/commands/custom_runserver.py +++ b/kitchen_counter/conversion/management/commands/custom_runserver.py @@ -441,7 +441,7 @@ class Command(BaseCommand): sqs = session.resource('sqs', region_name='ap-south-1') print("Started Executin this from conversion") - queue = sqs.get_queue_by_name(QueueName="devqueue") + queue = sqs.get_queue_by_name(QueueName="mnfqueue") # try: while True: