mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
fix oops
This commit is contained in:
parent
4b6831b464
commit
8f5003b784
@ -285,7 +285,7 @@ def brozzler_new_site():
|
||||
args.behavior_parameters) if args.behavior_parameters else None,
|
||||
username=args.username, password=args.password)
|
||||
|
||||
r = rethinker()
|
||||
r = rethinker(args)
|
||||
frontier = brozzler.RethinkDbFrontier(r)
|
||||
brozzler.new_site(frontier, site)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user