Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunsu committed Jul 5, 2018
1 parent 2ea28d3 commit 5dde64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculator_of_Onmyoji/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_mitama_data(filename, ignore_serial):
if skip_serial(serial, ignore_serial):
continue

data = {data_format.MITAMA_COL_NAME_ZH[1]: r_data[1]}
data = {data_format.MITAMA_COL_NAME_ZH[1]: r_data[1].value}

for i in range(2, data_len):
prop_name = data_format.MITAMA_COL_NAME_ZH[i]
Expand Down

0 comments on commit 5dde64c

Please sign in to comment.