mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 21:04:24 -04:00
Remove debugging output, improve support scripts
This commit is contained in:
parent
4e38a142d4
commit
6dc20e660f
3 changed files with 15 additions and 25 deletions
|
@ -12,7 +12,7 @@ logging.basicConfig(level=logging.INFO)
|
|||
umbra_exchange = Exchange('umbra', 'direct', durable=True)
|
||||
requests_queue = Queue('requests', exchange=umbra_exchange)
|
||||
def print_and_ack(body, message):
|
||||
print(body)
|
||||
print(body['url'])
|
||||
message.ack()
|
||||
|
||||
with Connection('amqp://guest:guest@localhost:5672//') as conn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue