lyx97 commited on
Commit
d8e0ef8
·
2 Parent(s): a07085a d93b802

Merge branch 'main' of https://huggingface.co/spaces/lyx97/TempCompass into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # os.system("git config --list")
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()