mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-08-30 18:12:11 +00:00
remove print statement
This commit is contained in:
parent
d66bdee575
commit
65ce84e090
@ -37,7 +37,7 @@ def about():
|
|||||||
).filter(
|
).filter(
|
||||||
ActivityLog.character_id == char.id
|
ActivityLog.character_id == char.id
|
||||||
).order_by(ActivityLog.id.desc()).first()
|
).order_by(ActivityLog.id.desc()).first()
|
||||||
print(last_log)
|
|
||||||
if last_log:
|
if last_log:
|
||||||
if last_log[0] == 0:
|
if last_log[0] == 0:
|
||||||
online += 1
|
online += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user