From f508717b3af95b86ba037b3650cdc1f8b1ce18c8 Mon Sep 17 00:00:00 2001 From: guimoz Date: Fri, 27 Jan 2017 08:42:34 +0100 Subject: [PATCH] More debug --- roulette.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roulette.py b/roulette.py index d3e1321..fc356da 100644 --- a/roulette.py +++ b/roulette.py @@ -333,6 +333,9 @@ def home(): #if ip not in ['10.69.8.5', '10.69.8.202']: # abort(403) + if DEBUG: + print(player, 'arrived') + if session.get('logged_in'): pass