Skip to content

Commit 3b3c59f

Browse files
committed
Fixed #123
1 parent af64ece commit 3b3c59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ def format_data(filepath, datas):
15531553

15541554
format_data(
15551555
abs_path + os.sep + "{}-{}.txt".format(name, timeStamp),
1556-
to_save
1556+
dict(to_save)
15571557
)
15581558

15591559

0 commit comments

Comments
 (0)