Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
paclove
/
test2
like
0
Dataset card
Files
Files and versions
Community
paclove
commited on
Nov 8, 2023
Commit
c731803
·
1 Parent(s):
6543710
Update aa3.py
Browse files
Files changed (1)
hide
show
aa3.py
+1
-1
aa3.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import subprocess
2
3
-
subprocess.run("curl http://
localhost
:8088/
2
")
1
import subprocess
2
3
+
subprocess.run(
[
"curl
",
"
http://
127.0.0.1
:8088/
222
"
]
)