Skip to content

Commit e418496

Browse files
authored
Update __init__.py
1 parent 1c935eb commit e418496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/libs/installer/__init__.py

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

1313
PythonActivity = autoclass("org.kivy.android.PythonActivity")
1414

15-
install_dir = os.path.join(PythonActivity.getFilesDir().getAbsolutePath(), "Applications", "site-packages")
15+
install_dir = os.path.join(PythonActivity.mActivity.getFilesDir().getAbsolutePath(), "Applications", "site-packages")
1616

1717
else:
1818
install_dir = os.path.expanduser("~/Applications/site-packages")

0 commit comments

Comments
 (0)