This commit is contained in:
Aevann1 2021-08-23 21:08:34 +02:00
parent d33384b4b4
commit bedf188647
2 changed files with 5 additions and 14 deletions

View file

@ -423,7 +423,8 @@ class User(Base, Stndrd, Age_times):
User.id != self.id
).order_by(User.username.asc()).all()
data = [x for x in data]
for alt in data:
data += alt.data
output = []
for x in data:
user = x[0]