Skip to content

Commit

Permalink
Correct typo in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Oct 7, 2014
1 parent 1719a56 commit 9bf7f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -42,7 +42,7 @@ def create_option_parser():
sys.exit('Did not find details.json. Re-run with --download.')

if not app.config.get('BITCOIN_KEY_SEED'):
sys.exit('You must set and electrum style private seed in the BITCOIN_KEY_SEED enviromental variable')
sys.exit('You must set an electrum style private seed in the BITCOIN_KEY_SEED enviromental variable')

db.create_all()
app.run()

0 comments on commit 9bf7f2a

Please sign in to comment.