remove print statement
This commit is contained in:
parent
d66bdee575
commit
65ce84e090
@ -37,7 +37,7 @@ def about():
|
||||
).filter(
|
||||
ActivityLog.character_id == char.id
|
||||
).order_by(ActivityLog.id.desc()).first()
|
||||
print(last_log)
|
||||
|
||||
if last_log:
|
||||
if last_log[0] == 0:
|
||||
online += 1
|
||||
|
Loading…
Reference in New Issue
Block a user