scrapydweb icon indicating copy to clipboard operation
scrapydweb copied to clipboard

added SCRAPYD_SERVER HTTPS support

Open ritikkumarsahu opened this issue 11 months ago • 1 comments

Currently Scrapydweb doesn't support Scrapyd Server hosted remotely with HTTPS. I have Added the support for https.

SCRAPYD_SERVERS = [ ('', '', 'https', example.com', '443', '') ]

ritikkumarsahu avatar Mar 22 '24 11:03 ritikkumarsahu

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

Line 393:121: E501 line too long (121 > 120 characters)

Line 183:121: E501 line too long (169 > 120 characters)

Line 20:121: E501 line too long (127 > 120 characters)

Line 56:121: E501 line too long (138 > 120 characters) Line 69:121: E501 line too long (138 > 120 characters)

Line 287:121: E501 line too long (175 > 120 characters)

Line 368:121: E501 line too long (167 > 120 characters)

pep8speaks avatar Mar 22 '24 11:03 pep8speaks