Spaces:
Sleeping
Sleeping
Update download_so.py
Browse files- download_so.py +2 -2
download_so.py
CHANGED
@@ -2,9 +2,9 @@ import requests
|
|
2 |
import os
|
3 |
|
4 |
def download_so():
|
5 |
-
url = "https://github.com/AlineIoste/teste/raw/main/SynapseControl.cpython-
|
6 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
7 |
-
output_path = os.path.join(current_dir, "SynapseControl.cpython-
|
8 |
|
9 |
|
10 |
if not os.path.exists(output_path):
|
|
|
2 |
import os
|
3 |
|
4 |
def download_so():
|
5 |
+
url = "https://github.com/AlineIoste/teste/raw/main/SynapseControl.cpython-310-x86_64-linux-gnu.so"
|
6 |
current_dir = os.path.dirname(os.path.abspath(__file__))
|
7 |
+
output_path = os.path.join(current_dir, "SynapseControl.cpython-310-x86_64-linux-gnu.so")
|
8 |
|
9 |
|
10 |
if not os.path.exists(output_path):
|