Skip to content

Commit

Permalink
likes export 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Oct 16, 2024
1 parent 93e3991 commit b75396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def export_games(self, request, queryset):

def export_likes(self, request, queryset):
data = []
headers = ['game', 'liker name', 'liker email', 'liker phone No', 'timestamp']
headers = ['game', 'liker name', 'liker phone No', 'liker email', 'timestamp']
data.append(headers)

for game in queryset.all():
Expand Down

0 comments on commit b75396f

Please sign in to comment.