Dividend9853 commited on
Commit
6d2fcba
·
verified ·
1 Parent(s): fdaa330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def hash_repo(repo_name: str):
54
  # f"https://gitcode.net/spectator2639/{sub_repo_id}/-/raw/main/{file.rfilename}",
55
  ]
56
 
57
- wrapped_meta = {"repo_id": repo_name, items: converted}
58
  return wrapped_meta, blobs
59
 
60
 
 
54
  # f"https://gitcode.net/spectator2639/{sub_repo_id}/-/raw/main/{file.rfilename}",
55
  ]
56
 
57
+ wrapped_meta = {"repo_id": repo_name, "items": converted}
58
  return wrapped_meta, blobs
59
 
60