Skip to content

Commit

Permalink
Updated cloudscraper
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Mar 11, 2020
1 parent 3501376 commit bb279b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CB/WeakAura.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def install_companion(self, client_type, force):
if not os.path.isdir(Path('Interface/AddOns/WeakAurasCompanion')) or force:
Path('Interface/AddOns/WeakAurasCompanion').mkdir(exist_ok=True)
with open(Path('Interface/AddOns/WeakAurasCompanion/WeakAurasCompanion.toc'), 'w', newline='\n') as out:
out.write(f'## Interface: {"11303" if client_type == "wow_classic" else "80300"}\n## Title: WeakAu'
out.write(f'## Interface: {"11304" if client_type == "wow_classic" else "80300"}\n## Title: WeakAu'
f'ras Companion\n## Author: The WeakAuras Team\n## Version: 1.0.0\n## Notes: Keep your WeakAu'
f'ras updated!\n## X-Category: Interface Enhancements\n## DefaultState: Enabled\n## LoadOnDem'
f'and: 0\n## Dependencies: WeakAuras\n\ndata.lua\ninit.lua')
Expand Down
2 changes: 1 addition & 1 deletion CB/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import string
import random

__version__ = '3.1.6'
__version__ = '3.1.7'
__license__ = 'GPLv3'
__copyright__ = '2019-2020, Paweł Jastrzębski <[email protected]>'
__docformat__ = 'restructuredtext en'
Expand Down

0 comments on commit bb279b4

Please sign in to comment.