Skip to content

Commit

Permalink
1.1.0 (#104)
Browse files Browse the repository at this point in the history
* separate target from assasin

* retry on api failure (#102)

* remove unneeded methods

* lint
  • Loading branch information
cohenaj194 authored Jun 16, 2024
1 parent 2128f7a commit 463ef97
Show file tree
Hide file tree
Showing 6 changed files with 2,598 additions and 20 deletions.
2 changes: 1 addition & 1 deletion AzerothAuctionAssassin.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self):

# checking if the app is invoked from the windows binary and if yes then change the icon file path.
if windowsApp_Path is not None:
icon_path = f"{windowsApp_Path}\icon.png"
icon_path = f"{windowsApp_Path}\{icon_path}"

icon = QIcon(icon_path)
self.setWindowIcon(icon)
Expand Down
4 changes: 2 additions & 2 deletions AzerothAuctionAssassinData/eu-wow-connected-realm-ids.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"EU Commodities": -2,
"Khadgar": 1080,
"Bloodhoof": 1080,
"Dentarg": 1084,
Expand Down Expand Up @@ -266,5 +265,6 @@
"Nethersturm": 3696,
"Alexstrasza": 3696,
"Madmortem": 3696,
"Proudmoore": 3696
"Proudmoore": 3696,
"EU Commodities": -2
}
4 changes: 2 additions & 2 deletions AzerothAuctionAssassinData/na-wow-connected-realm-ids.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"NA Commodities": -1,
"Azjol-Nerub": 121,
"Muradin": 121,
"Nordrassil": 121,
Expand Down Expand Up @@ -245,5 +244,6 @@
"Gundrak": 3725,
"Khaz'goroth": 3726,
"Aman'Thul": 3726,
"Dath'Remar": 3726
"Dath'Remar": 3726,
"NA Commodities": -1
}
Loading

0 comments on commit 463ef97

Please sign in to comment.