Skip to content

Commit b426f5b

Browse files
committed
FIX: Fix for the fix - messed up indentation
1 parent 839ea25 commit b426f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/db_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def get_user(self, user_id: int) -> tuple:
6060
if result:
6161
if len(result) > 0:
6262
return result
63-
else:
64-
return ()
63+
64+
return ()
6565

6666
def get_recent_players(self):
6767
one_day_in_secs = 60 * 60 * 24

0 commit comments

Comments
 (0)