Skip to content

Commit

Permalink
Fixed cloudscraper hook
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 22, 2020
1 parent 6f670db commit 36ac80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3'
__version__ = '3.1.4'
__license__ = 'GPLv3'
__copyright__ = '2019-2020, Paweł Jastrzębski <[email protected]>'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion Hooks/hook-cloudscraper.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files("cloudscraper")
datas = collect_data_files("cloudscraper", True)

0 comments on commit 36ac80a

Please sign in to comment.