Skip to content

Commit

Permalink
Bustage fix for 3to4.py now that forbidden domain checking works again.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Oct 17, 2014
1 parent 8d1f834 commit 8e4010d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/3to4.py
Expand Up @@ -32,6 +32,7 @@
if args.ini:
cfg = AdminConfig(args.ini)
db = AUSDatabase(cfg.getDburi())
db.setDomainWhitelist(cfg.getDomainWhitelist())
else:
db = AUSDatabase(args.db)

Expand Down

0 comments on commit 8e4010d

Please sign in to comment.