parent
359dcc8100
commit
cdb8187399
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue