Skip to content

Commit

Permalink
stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Sep 20, 2024
1 parent 893695b commit 347b38f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions twiki_wg/test_trending_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def main():
if not args.url:
args.url = f"{ssawg_trending_scraper.URL_ASPECT}/{args.page}/"

print(f"Generating test trend page for {args.page}")
print(f"from {args.url}")
print(f"writing into {args.output}")

class MyPage(page_class):
def get_url(self):
return args.url, ""
Expand Down

0 comments on commit 347b38f

Please sign in to comment.