Skip to content

Commit

Permalink
First step in fixing make_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Serge Wroclawski committed Sep 9, 2013
1 parent 85feb8d commit 3434dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

secret = os.urandom(24).encode('hex')

fd = open('secret.cfg', 'w')
fd = open('maproulette/maproulette.cfg', 'w')
fd.write("""
SECRET_KEY = "%(secret)s"
""" % {'secret': secret})

0 comments on commit 3434dbf

Please sign in to comment.