Skip to content

Commit

Permalink
2024年10月9日 更新一下基类
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Oct 9, 2024
1 parent 5bd01cf commit 4f1e948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions websdk2/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ def prepare(self):

@staticmethod
def del_data(data) -> dict:
keys_to_remove = ['_index', '_rowKey']
for key in keys_to_remove:
for key in ['_index', '_rowKey', 'update_time']:
data.pop(key, None)
return data

Expand Down

0 comments on commit 4f1e948

Please sign in to comment.