Skip to content

Commit

Permalink
scrape_docs csv out no headline output
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Oct 3, 2024
1 parent c43d47c commit 9d96193
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrape_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def scrape(output, url):
elements = soup.find_all([*any_heading_tag, 'a'],)

if output == 'csv':
print('Change this headline as required')
print('================================\n')
print('"Synapse Admin API","synadm command(s)"')

for e in elements:
Expand Down

0 comments on commit 9d96193

Please sign in to comment.