Skip to content

Commit

Permalink
fix azami & osa icon weird resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
CNDRD committed Mar 19, 2022
1 parent f1e9787 commit 4a8126d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="siegeapi",
version="2.0.3",
version="2.0.4",
url="https://github.com/CNDRD/siege-api",
description="Rainbow Six Siege API interface",
author="CNDRD",
Expand Down
4 changes: 2 additions & 2 deletions siegeapi/constants/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"roles": ["Area Denial"],
"side": "defender",
"id": "",
"icon_url": "https://i.imgur.com/AmyLoc5.png",
"icon_url": "https://i.imgur.com/QnqklyT.png",
"unique_stats": [
{
"id": "operatorpvp_azami_something",
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"side": "attacker",
"id": "6:17",
"icon_url": "https://i.imgur.com/WjvbwYD.png",
"icon_url": "https://i.imgur.com/odZHbem.png",
"unique_stats": [
{
"id": "operatorpvp_osa_shieldsdeployed",
Expand Down

0 comments on commit 4a8126d

Please sign in to comment.