Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|