aimclub / FEDOT.Web

Graphic tool for the automated evolutionary design of composite models
https://fedot.onti.actcognitive.org
BSD 3-Clause "New" or "Revised" License
37 stars 5 forks source link

Login form #8

Closed Sash0check closed 3 years ago

Sash0check commented 3 years ago

before first start: launch "app\create_db_ssl.py" client: https://127.0.0.1:5000/

Browser may swear at the certificate, ignore this image (it is also possible that during the authentication process through Google, he may swear at the certificate, you need to do the same and start the authentication again)

pep8speaks commented 3 years ago

Hello @Sash0check! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 21:80: E501 line too long (81 > 79 characters)

Line 7:56: W292 no newline at end of file

Line 45:80: E501 line too long (82 > 79 characters)

Line 1:80: E501 line too long (88 > 79 characters) Line 93:80: E501 line too long (101 > 79 characters) Line 96:80: E501 line too long (113 > 79 characters) Line 98:80: E501 line too long (80 > 79 characters) Line 116:80: E501 line too long (97 > 79 characters) Line 120:80: E501 line too long (99 > 79 characters)

Line 11:80: E501 line too long (91 > 79 characters)

Line 46:39: W292 no newline at end of file

Line 1:80: E501 line too long (81 > 79 characters)

Comment last updated at 2021-03-01 10:56:52 UTC