Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/lyx97/TempCompass into main
Browse files
app.py
CHANGED
@@ -270,5 +270,5 @@ with block:
|
|
270 |
|
271 |
os.system("git config --global user.email \"[email protected]\"")
|
272 |
os.system("git config --global user.name \"lyx97\"")
|
273 |
-
|
274 |
block.launch()
|
|
|
270 |
|
271 |
os.system("git config --global user.email \"[email protected]\"")
|
272 |
os.system("git config --global user.name \"lyx97\"")
|
273 |
+
os.system("git config --list")
|
274 |
block.launch()
|