Revert "Correction de renommage"

This reverts commit cb40ac8ee9.
This commit is contained in:
guimoz 2017-01-28 16:20:16 +01:00
parent 359dcc8100
commit cdb8187399

View file

@ -43,8 +43,8 @@ IMMUNITY = [
ASSHOLES = []
app = Flask(__name__)
app.config.from_object(__name__)
app = Flask(__nom__)
app.config.from_object(__nom__)
app.secret_key = SECRET_KEY
random.seed(time())
@ -393,5 +393,5 @@ def play():
return render_template('play.html', players=players)
if __name__ == '__main__':
if __nom__ == '__main__':
app.run()