Fix: Permissions.
This commit is contained in:
@@ -98,8 +98,8 @@ class DataStore_User(DataStore_Base):
|
||||
Helper_App.console_log(f'saving users: {users}')
|
||||
|
||||
rows = []
|
||||
for user in users:
|
||||
row = User_Temp.from_user(user)
|
||||
for obj_user in users:
|
||||
row = User_Temp.from_user(obj_user)
|
||||
row.guid = guid
|
||||
rows.append(row)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user