Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprecaptchaVerification #2417
recaptchaVerification #2417
Conversation
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 86a95150-f4b6-11ea-aaf4-7d25d946cae2 |
|
Cool submission! The Travis tests are failing so please see CONTRIBUTING.md discussion of black and flake8 and variable naming. https://travis-ci.com/github/TheAlgorithms/Python/builds/184017264 |
Shall look into it. Being part of na back end code, there may be issues coming up. |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 0692f490-f4ba-11ea-aaf4-7d25d946cae2 |
|
https://travis-ci.com/github/TheAlgorithms/Python/builds/184018231#L294-L307 Most of these can be autofixed by running black on your code. |
Ran black on the code & repushed. |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 14851ba0-f4bf-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 17b56210-f4c1-11ea-aaf4-7d25d946cae2 |
|
tried to resolve in the latest commit |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: a756f1e0-f4c1-11ea-aaf4-7d25d946cae2 |
| verify = response["success"] | ||
|
|
||
| # if verify is true | ||
| if verify == True: |
This comment has been minimized.
This comment has been minimized.
| return render(request, "login.html") | ||
| else: | ||
| # if verify is not true, send user back to login page | ||
| return render(request, "login.html") |
This comment has been minimized.
This comment has been minimized.
cclauss
Sep 12, 2020
•
Member
| return render(request, "login.html") | |
| return render(request, "login.html") | |
That
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 14c57140-f4c5-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 9ffc7e30-f4c9-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 30234390-f4ca-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: a75eeab0-f4cd-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: e090f210-f4cd-11ea-aaf4-7d25d946cae2 |
|
Please get Travis to be green... |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: 28fe7b50-f4d1-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: d8d4fa40-f4d1-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: e4e2f4d0-f4d2-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
Travis tests have failedHey @santoshrajkumar, TravisBuddy Request Identifier: 114378a0-f4d4-11ea-aaf4-7d25d946cae2 |
TravisBuddy
commented
Sep 12, 2020
|
Hey @santoshrajkumar, TravisCI finished with status TravisBuddy Request Identifier: e0251740-f4d5-11ea-aaf4-7d25d946cae2 |
Travis tests have been passed, modified bit to make it pass. |
|
Seems nicer now ! |
|
May be merged if you'd like to. |


santoshrajkumar commentedSep 12, 2020
•
edited
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.