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