Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ホロメン一覧をJSON化 #14

Merged
merged 5 commits into from Apr 9, 2020
Merged

ホロメン一覧をJSON化 #14

merged 5 commits into from Apr 9, 2020

Conversation

ryohidaka
Copy link
Contributor

okonomi-35p様がホロメン一覧を作って下さったので、幻の5期生が突然デビューしても対応できるようにJSONで実装しました。

#12

@kobi32768
Copy link
Collaborator

forでlistWidgetに格納する部分のself.memberが参照できないようですがどこにありますでしょうか
こちらが見落としてるだけなら結構ですが

@ryohidaka
Copy link
Contributor Author

@kobi32768
33行目で宣言してますが、スコープ切れてしまっているかもしれません。

@kobi32768
Copy link
Collaborator

見当たりません、申し訳ない


# メンバー一覧のjsonを取得し、memberに格納
json_open = open('holo_member.json', 'r')
self.member = json.load(json_open)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self.memberにjson格納しています。

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

あぁ、確認できました
態々ありがとうございます。

@pusaitou pusaitou merged commit fcfeb8e into pusaitou:master Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants