Skip to content

Commit

Permalink
just testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Mar 7, 2020
1 parent dd55369 commit 0e7b780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/shlomikushchi/simple_pastebin_parser',
version='v0.3.3',
version='v0.3.4',
zip_safe=False,
)
1 change: 1 addition & 0 deletions simple_pastebin_parser/simple_pastebin_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def get_posts(should_stream: bool=False, sampling_frequency=30):
:return:
"""
raise Exception("")
hrefs = []
while 1:
tree = parse_html(Url(PASTEBIN_ARCHIVE_URL))
Expand Down

0 comments on commit 0e7b780

Please sign in to comment.