Skip to content

Commit 07ccd9d

Browse files
committed
new version of the mapping
1 parent 422d762 commit 07ccd9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gametools-global-mapping"
3-
version = "0.1.57"
3+
version = "0.1.58"
44
description = "A repo that contains all mapping required by GameTools"
55
authors = ["p0lygun <solankivibhakar82@gmail.com>"]
66
license = "MIT"

tests/bf6/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async def test_stats(data: dict, category_name: str):
8888

8989

9090
async def main():
91-
raw_stats = find_player("FuryIsOurs")
91+
raw_stats = find_player("squiintyy")
9292
with open("temp/raw_stats.json", "w", encoding="utf-8") as f:
9393
json.dump(raw_stats, f, ensure_ascii=False, indent=4)
9494
data = await get_stats(raw_stats, "glacier_mp", False, True)

0 commit comments

Comments
 (0)