Merge pull request #185 from brostosjoined/main

YouKnowDev
This commit is contained in:
rikkolovescats 2023-08-03 20:34:43 +05:30 committed by GitHub
commit 72d35f7bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -822,6 +822,12 @@
}
],
"versions": {
"1.4.0": {
"api_version": 8,
"commit_sha": "6947777",
"released_on": "03-08-2023",
"md5sum": "1b8a85ed902e0cc7e6cebad63c984544"
},
"1.3.0": {
"api_version": 8,
"commit_sha": "7c8953c",

View file

@ -45,7 +45,7 @@ if ANDROID: # !can add ios in future
path = Path(f"{install_path}/websocket.tar.gz")
file_path = Path(f"{install_path}/websocket")
source_dir = Path(f"{install_path}/websocket-client-1.6.1/websocket")
if not f"{file_path}/__init__.py".exists():
if not Path(f"{file_path}/__init__.py").exists(): # YouKnowDev
url = "https://files.pythonhosted.org/packages/b1/34/3a5cae1e07d9566ad073fa6d169bf22c03a3ba7b31b3c3422ec88d039108/websocket-client-1.6.1.tar.gz"
try:
# fix issue where the file delete themselves