mirror of
https://github.com/xtream1101/humblebundle-downloader.git
synced 2025-02-01 19:42:43 +01:00
Fixed typo
This commit is contained in:
parent
4c85441f39
commit
319d56813d
@ -1 +1 @@
|
||||
__version__ = '0.0.3'
|
||||
__version__ = '0.0.4'
|
||||
|
@ -56,7 +56,7 @@ def cli():
|
||||
|
||||
cli_args = parser.parse_args()
|
||||
|
||||
if cli_args.action == 'gen-cookie':
|
||||
if cli_args.action == 'gen-cookies':
|
||||
from .generate_cookie import generate_cookie
|
||||
generate_cookie(cli_args.cookie_file)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user