Jae-Won Chung commited on
Commit
eee6e98
1 Parent(s): 64e7ccb

Debug HF Space git

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -215,6 +215,8 @@ proc = subprocess.run(
215
  stderr=subprocess.PIPE,
216
  encoding="utf-8",
217
  )
 
 
218
  current_date = parser.parse(proc.stdout.strip()).strftime("%Y-%m-%d")
219
 
220
  # Custom JS.
 
215
  stderr=subprocess.PIPE,
216
  encoding="utf-8",
217
  )
218
+ print(proc.stdout.strip())
219
+ print(proc.stderr.strip())
220
  current_date = parser.parse(proc.stdout.strip()).strftime("%Y-%m-%d")
221
 
222
  # Custom JS.