Spaces:
Running
Running
liuyuanxin.613
commited on
Commit
·
d93b802
1
Parent(s):
2b68906
update
Browse files
app.py
CHANGED
@@ -267,5 +267,5 @@ with block:
|
|
267 |
|
268 |
os.system("git config --global user.email \"[email protected]\"")
|
269 |
os.system("git config --global user.name \"lyx97\"")
|
270 |
-
|
271 |
block.launch()
|
|
|
267 |
|
268 |
os.system("git config --global user.email \"[email protected]\"")
|
269 |
os.system("git config --global user.name \"lyx97\"")
|
270 |
+
os.system("git config --list")
|
271 |
block.launch()
|