Skip to content

Commit

Permalink
scrape_docs add column headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Sep 10, 2024
1 parent 14bb4d0 commit e43605c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrape_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def scrape(output, url):
if output == 'csv':
print('Change this headline as required')
print('================================\n')
print('"Synapse Admin API","synadm command(s)"')

for e in elements:
if e.name in any_heading_tag and output == 'debug':
Expand Down

0 comments on commit e43605c

Please sign in to comment.