Skip to content

Commit

Permalink
Fix statistics reporting the 5.10 client as web (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa authored Nov 22, 2024
1 parent aafa56d commit 7337619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/import_nginx_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def my_open(path):
db.session.add(row)
row_lookup[key] = row

if ua.startswith("Minetest/"):
if ua.startswith("Minetest/") or ua.startswith("Luanti/"):
row.platform_minetest += 1
else:
row.platform_other += 1
Expand Down

0 comments on commit 7337619

Please sign in to comment.