We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e6f23 commit 168d01eCopy full SHA for 168d01e
async_rutube_downloader/utils/locale.py
@@ -21,4 +21,4 @@ def get_resource_path(relative_path: str) -> str:
21
development and PyInstaller bundle"""
22
# PyInstaller creates a temp folder and stores path in _MEIPASS
23
base_path = getattr(sys, "_MEIPASS", Path.cwd())
24
- return str(base_path / relative_path)
+ return str(Path(base_path) / relative_path)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "async_rutube_downloader"
3
-version = "1.4.0"
+version = "1.4.1"
4
description = "download video from RuTube"
5
authors = [{ name = "Miron Sadykov", email = "MironSadykov@yandex.ru" }]
6
readme = "docs/README.md"
0 commit comments