Remove some leftovers
This commit is contained in:
parent
cb40ac8ee9
commit
4f8970b518
1 changed files with 3 additions and 2 deletions
|
@ -153,7 +153,8 @@ def playable_required(f):
|
||||||
@wraps(f)
|
@wraps(f)
|
||||||
def decorated_function(*args, **kwargs):
|
def decorated_function(*args, **kwargs):
|
||||||
ip=get_ip()
|
ip=get_ip()
|
||||||
if DEBUG and ip == '172.21.3.124':
|
# if DEBUG and ip == '172.21.3.124':
|
||||||
|
|
||||||
user = get_player_from_ip(ip)
|
user = get_player_from_ip(ip)
|
||||||
|
|
||||||
if not user:
|
if not user:
|
||||||
|
|
Loading…
Reference in a new issue