Skip to content

Commit

Permalink
small name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Mar 21, 2019
1 parent a1e7bd3 commit 2fe7b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
Expand Up @@ -10,9 +10,9 @@
from lxml import html


class BrisbaneCityCouncilPetitions:
class QldGovtPetitions:
"""
Gather the details of the petitions on the Brisbane City Council website.
Gather the details of the petitions.
"""

petition_list = 'https://www.parliament.qld.gov.au/work-of-assembly/petitions/current-epetitions'
Expand Down Expand Up @@ -270,5 +270,5 @@ def load_page(self, url) -> Optional[bytes]:
return f.read()


petitions = BrisbaneCityCouncilPetitions()
petitions = QldGovtPetitions()
petitions.run()

0 comments on commit 2fe7b12

Please sign in to comment.