remove print statement

This commit is contained in:
Aaron Kimbre 2022-04-03 15:12:24 -05:00
parent d66bdee575
commit 65ce84e090

View File

@ -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