Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ os.environ["PYTHONUNBUFFERED"] = "1"
|
|
| 7 |
|
| 8 |
# Run the Userbot module
|
| 9 |
def run_userbot():
|
| 10 |
-
subprocess.run(["python(3)", "-
|
| 11 |
|
| 12 |
if st.button("Start Userbot"):
|
| 13 |
run_userbot()
|
|
|
|
| 7 |
|
| 8 |
# Run the Userbot module
|
| 9 |
def run_userbot():
|
| 10 |
+
subprocess.run(["python(3)", "-m", "pyUltroid"])
|
| 11 |
|
| 12 |
if st.button("Start Userbot"):
|
| 13 |
run_userbot()
|