From bb279b413466f4bc164a8732b6969a6e4237c9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 11 Mar 2020 07:13:26 +0100 Subject: [PATCH] Updated cloudscraper --- CB/WeakAura.py | 2 +- CB/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CB/WeakAura.py b/CB/WeakAura.py index cf60494..5963ba9 100644 --- a/CB/WeakAura.py +++ b/CB/WeakAura.py @@ -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') diff --git a/CB/__init__.py b/CB/__init__.py index 35362f6..6a0428b 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -1,7 +1,7 @@ import string import random -__version__ = '3.1.6' +__version__ = '3.1.7' __license__ = 'GPLv3' __copyright__ = '2019-2020, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en'