-
Notifications
You must be signed in to change notification settings - Fork 10
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
認証情報を環境変数から取得できるようにした #172
Conversation
client_id=os.environ.get("WINGS_CLIENT_ID"), | ||
client_secret=os.environ.get("WINGS_CLIENT_SECRET"), | ||
grant_type=os.environ.get("WINGS_GRANT_TYPE"), | ||
username=os.environ.get("WINGS_USERNAME"), | ||
password=os.environ.get("WINGS_PASSWORD") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=
の前後,スペース欲しいかも( =
揃えまではしなくても良さそう(まあ,はよフォーマッタ入れろという話ではある)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正しました、が、python だとこれは無い方が多い気がします。 flake8 PEP8 E251
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
まじか~,じゃあなしでいきます?
一旦これで, #89 をたったとやりますね 🙏
[Q] これ,手元ってwindows? だとすると,環境変数は 普通に SETしたって感じ? |
これは手元はwindowsでユーザー環境変数で手打ちでセットしてテストしました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よさそう.
環境変数入れた場合,こっちでテストしてないけど,まあバグったらまたその時直しましょう.
概要
ひとことで
Issue
詳細
認証情報を環境変数から取得できるようにして、取得できた場合は
authorization.json
検証結果
手元で test が動くことを確認した
補足
何かあれば