Skip to content
This repository was archived by the owner on Nov 18, 2019. It is now read-only.

Commit e4f1de4

Browse files
Forces english localisation.
1 parent 30ba1f6 commit e4f1de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playstats/appstat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class AppStat:
77
def __init__(self, package_name):
8-
self.app_url = "https://play.google.com/store/apps/details?id=%s" % package_name
8+
self.app_url = "https://play.google.com/store/apps/details?id=%s&hl=en" % package_name
99
self.content = urlopen(self.app_url).read()
1010
self.tree = html.fromstring(self.content)
1111

0 commit comments

Comments
 (0)