Skip to content

Commit

Permalink
Tweaked Townlong Yak support
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Feb 19, 2021
1 parent a9d11de commit 1f7d9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CB/Core.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def bulk_tukui_check(self):
@retry(custom_error='Failed to parse Townlong Yak API data')
def bulk_townlongyak_check(self):
if not self.townlongyakCache:
self.townlongyakCache = requests.get('https://hub.dev.wowup.io/addons/author/foxlit',
self.townlongyakCache = requests.get('https://hub.wowup.io/addons/author/foxlit',
headers=HEADERS, timeout=5).json()

def detect_accounts(self):
Expand Down
4 changes: 2 additions & 2 deletions CB/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import random
from rich.terminal_theme import TerminalTheme

__version__ = '3.17.3'
__version__ = '3.17.4'
__license__ = 'GPLv3'
__copyright__ = '2019-2020, Paweł Jastrzębski <pawelj@iosphe.re>'
__copyright__ = '2019-2021, Paweł Jastrzębski <pawelj@iosphe.re>'
__docformat__ = 'restructuredtext en'


Expand Down

0 comments on commit 1f7d9e0

Please sign in to comment.