Skip to content

Commit

Permalink
Fix incorrect configuration key for kp script used to disable index…
Browse files Browse the repository at this point in the history
…ing for the preview.
  • Loading branch information
matthewwardrop committed Oct 5, 2018
1 parent 19a8328 commit 222ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if args.action == 'preview':
debug=False,
db_uri='sqlite:///:memory:',
config=None,
REPOSITORY_INDEXING_ENABLED=False)
INDEXING_ENABLED=False)

url = 'http://127.0.0.1:{}/post/{}'.format(port, post_path)
threading.Timer(1.25, lambda: webbrowser.open(url)).start()
Expand Down

0 comments on commit 222ed7b

Please sign in to comment.