Skip to content

Commit 5aa9306

Browse files
committed
Added misp to unsupported
1 parent ebc218e commit 5aa9306

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,9 @@ def create_file(self, filename, data):
945945
}
946946

947947
fileret = self.set_files([filedata])
948-
value = {"success": True, "file_id": fileret}
948+
value = {"success": True, "filename": filename, "file_id": fileret}
949949
if len(fileret) == 1:
950-
value = {"success": True, "file_id": fileret[0]}
950+
value = {"success": True, "filename": filename, "file_id": fileret[0]}
951951

952952
return value
953953

0 commit comments

Comments
 (0)