a
This commit is contained in:
parent
0a10aef646
commit
dada552127
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -71,7 +71,7 @@ for file in untracked_files:
|
|||
file_path = os.path.join(*file_path)
|
||||
|
||||
# Create Entry
|
||||
entry_key = os.path.join(FILE_PREFIX, file_id)
|
||||
entry_key = os.path.join(FILE_PREFIX, str(file_id))
|
||||
entry_value = {
|
||||
"filename": file_path,
|
||||
"owner": owner,
|
||||
|
|
Loading…
Reference in a new issue