mirror of
				https://github.com/DarkflameUniverse/NexusDashboard.git
				synced 2025-11-04 14:11:54 +00:00 
			
		
		
		
	remove print statement
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user