Skip to content

Commit

Permalink
condition on (m or mu), not just m
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonite committed Jun 6, 2017
1 parent 5ecdcf4 commit ecc2caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacredboard/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(debug, no_browser, m, mu, mc, f):
"""

if m:
if m or mu:
add_mongo_config(app, m, mu, mc)
app.config["data"].connect()
elif f:
Expand Down

0 comments on commit ecc2caa

Please sign in to comment.