Browse Source

Revert "Correction de renommage"

This reverts commit cb40ac8ee9.
master
guimoz 9 years ago
parent
commit
cdb8187399
  1. 6
      roulette.py

6
roulette.py

@ -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()

Loading…
Cancel
Save