Reworked download method use ORM instead of straight SQL. Hoping this fixes the database timeout issue. Also added requirements.txt with all the python packages needed
This commit is contained in:
@@ -3,9 +3,9 @@ ADD main.py /
|
||||
|
||||
VOLUME /download/
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install manga-py
|
||||
RUN pip install sqlalchemy
|
||||
RUN pip install pymysql
|
||||
|
||||
|
||||
|
||||
CMD ["python", "./main.py"]
|
||||
Reference in New Issue
Block a user