mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 21:04:24 -04:00
Inccognito messes with currently running chromium instances, disable it
This commit is contained in:
parent
0c25bbb4c3
commit
bd0183058d
4 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ def print_and_ack(body, message):
|
|||
print(body['url'])
|
||||
message.ack()
|
||||
|
||||
with Connection('amqp://guest:guest@localhost:5672//') as conn:
|
||||
with Connection(sys.argv[1]) as conn:
|
||||
with conn.Consumer(requests_queue, callbacks=[print_and_ack]) as consumer:
|
||||
while True:
|
||||
conn.drain_events()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue