Skip to content

Commit

Permalink
mkib
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNereof committed Feb 12, 2021
1 parent d337070 commit 4ea585c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyscp/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def tags(self):
@property
def _id(self):
"""Unique ID number of the page."""
print(self._pdata[0])
return self._pdata[0]

@pyscp.utils.cached_property
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='pyscp',
version='1.1.8',
version='1.1.9',
description='Python API and utilities for the www.scpwiki.com website.',
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4ea585c

Please sign in to comment.