Skip to content

Commit a6d96d6

Browse files
authored
stats: add entry count for NES
1 parent 07f951e commit a6d96d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hhub/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def stats(request):
221221
"gba": entries.filter(platform="GBA").count(),
222222
"gbc": entries.filter(platform="GBC").count(),
223223
"gb": entries.filter(platform="GB").count(),
224+
"nes": entries.filter(platform="NES").count(),
224225
},
225226
}
226227

0 commit comments

Comments
 (0)