-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature: ODT files support for audiobook as mentioned in issues #57
Conversation
@Mr-vabs There are some bugs in your code. Please try to fix them |
you can find more details in the code analysis workflow. we have implemented some code analysis work flow for clean and quality code. |
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.
I have deeply reviewed the code, so the issue is you are creating the same variable name as imported from ODF. try to change the text variable in line number 109, 111, 114, and 116. It will solve the issue. Suggested variable name @Mr-vabs pip install flake8 flake8 . --isolated --exclude=.cache,.venv,.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,**/migrations/** --ignore=E203,W503,E501,F401 @hot9cups thanks for your feedback. |
No problem @codeperfectplus , happy to help. |
Pull Request Template
script name -
What have you Changed
what you changed in the codebase.write here
I've added support for ODT files. I've tested and it's working fine. In order to make it supported, I've coded in
main.py
for file format ,utils.py
for actual logic, and required changes as inrequirements.txt
.Issue no.(must) - #46
Self Check(Tick After Making pull Request)
If issue was not assigned to you Please don't make a PR. It will marked as invalid.
Join Us on Discord:- https://discord.gg/JfbK3bS