Browse Source

More debug

master
guimoz 9 years ago
parent
commit
f508717b3a
  1. 3
      roulette.py

3
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

Loading…
Cancel
Save