Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Redcxx committed Aug 13, 2019
1 parent 3c8dbdd commit 83c0d0d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/lib/pikax/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"""
String to clear previous stdout line
"""
CLEAR_LINE = '\r' + ' ' * 120 + '\r'
CLEAR_LINE = '\33[2K\r'

"""
Indicate a failure when there's too much exceptions occurred during requesting in the same loop
Expand Down
Binary file added dist/pikax-2.0.6-py3-none-any.whl
Binary file not shown.
Binary file added dist/pikax-2.0.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pikax.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pikax
Version: 2.0.5
Version: 2.0.6
Summary: A Pixiv Mass Downloading Tool
Home-page: https://github.com/Redcxx/Pikax
Author: Redcxx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pikax",
version="2.0.5",
version="2.0.6",
author="Redcxx",
author_email="[email protected]",
description="A Pixiv Mass Downloading Tool",
Expand Down

0 comments on commit 83c0d0d

Please sign in to comment.