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

#276: add a message to tell the option that login with session tokens #287

Merged
merged 1 commit into from
Feb 1, 2019

Conversation

kmyk
Copy link
Member

@kmyk kmyk commented Jan 30, 2019

メッセージを足しただけ
mergeは #286 が入ってから

@kmyk kmyk requested a review from fukatani January 30, 2019 18:18
@@ -39,5 +39,8 @@ def get_credentials() -> Tuple[str, str]:
args.password = getpass.getpass()
return args.username, args.password

log.warning('If you don\'t want to give your password to this program, you can give only your session tokens.')
log.info('see: https://github.com/kmyk/online-judge-tools/blob/master/LOGIN_WITH_COOKIES.md')
Copy link
Contributor

Choose a reason for hiding this comment

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

一行目がwarningで二行目がinfoなのって狙い通りでしょうか?

Copy link
Member Author

Choose a reason for hiding this comment

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

はい。意図的なものです

Copy link
Contributor

@fukatani fukatani left a comment

Choose a reason for hiding this comment

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

LGTM

@fukatani fukatani assigned kmyk and unassigned fukatani Feb 1, 2019
@kmyk
Copy link
Member Author

kmyk commented Feb 1, 2019

mergeしておきますね

@kmyk kmyk merged commit efc9382 into master Feb 1, 2019
@kmyk kmyk deleted the issue/276a branch February 18, 2019 15:49
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.

2 participants