-
Notifications
You must be signed in to change notification settings - Fork 4
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
Created popularity field for Readmanga #106
base: develop
Are you sure you want to change the base?
Conversation
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.
Всё круто, осталось только понять, что делаем по поводу headless
@@ -34,7 +34,7 @@ async def get_list(self): | |||
self.logger.info("Starting list parser") | |||
self.logger.info("=====================") | |||
self.browser = await launch( | |||
{"headless": True, "args": ["--no-sandbox", "--disable-setuid-sandbox"]} | |||
{"headless": False, "args": ["--no-sandbox", "--disable-setuid-sandbox"]} |
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.
Навряд ли это запустится на EC2, там нет монитора
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.
@NikDark решение есть?
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.
Нет, пока реально ничего не нашел в чем может быть проблема
2123d47
to
6e70eb9
Compare
Описание
Добавил field
popularity
в модель мангиДобавил чтобы при парсинге листа из Readmanga запоминалась позиция
closes #92