Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed Feb 8, 2024
1 parent 937d925 commit 692df10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parser_2gis/parser/parsers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def parse(self, writer: FileWriter) -> None:

# This wrapper is not necessary, but I'd like to be sure
# we haven't gathered links from old DOM somehow.
@wait_until_finished(timeout=5, throw_exception=False)
@wait_until_finished(timeout=10, throw_exception=False)
def get_unique_links() -> list[DOMNode]:
links = self._get_links()
link_addresses = set(x.attributes['href'] for x in links)
Expand Down
2 changes: 1 addition & 1 deletion parser_2gis/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version info."""

version = '1.1.2'
version = '1.2.0'
config_version = '0.1'

0 comments on commit 692df10

Please sign in to comment.