File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Changelog
66 Due to this library relying on external content, older versions are not guaranteed to work.
77 Try to always use the latest version.
88
9+ .. _v2.3.2 :
10+
11+ 2.3.2 (2019-10-17)
12+ ==================
13+ - Fixed incorrect highscores URL.
14+
915.. _v2.3.1 :
1016
11172.3.1 (2019-10-06)
Original file line number Diff line number Diff line change 1313from tibiapy .creature import *
1414from tibiapy .client import *
1515
16- __version__ = '2.3.1 '
16+ __version__ = '2.3.2 '
1717
1818from logging import NullHandler
1919
Original file line number Diff line number Diff line change 1616
1717results_pattern = re .compile (r'Results: (\d+)' )
1818
19- HIGHSCORES_URL = "https://wwww .tibia.com/community/?subtopic=highscores&world=%s&list=%s&profession=%d¤tpage=%d"
19+ HIGHSCORES_URL = "https://www .tibia.com/community/?subtopic=highscores&world=%s&list=%s&profession=%d¤tpage=%d"
2020HIGHSCORES_URL_TIBIADATA = "https://api.tibiadata.com/v2/highscores/%s/%s/%s.json"
2121
2222
You can’t perform that action at this time.
0 commit comments