Skip to content

Commit

Permalink
added app version also in the reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
nizamsp committed Sep 11, 2022
1 parent 82e8650 commit b05cd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google_play_scraper/constants/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class ElementSpecs:
"at": ElementSpec(None, [5, 0], lambda v: datetime.fromtimestamp(v)),
"replyContent": ElementSpec(None, [7, 1]),
"repliedAt": ElementSpec(None, [7, 2, 0], lambda v: datetime.fromtimestamp(v)),
"appVersion": ElementSpec(None, [10]),
}

Permission_Type = ElementSpec(None, [0])
Expand Down

0 comments on commit b05cd43

Please sign in to comment.