fixed returning none as a result returning reverse function
Reverse does everything inplace and does not return a reversed list hence resulting in a broken script.
This commit is contained in:
@@ -10,4 +10,5 @@ RUN python3 -m venv venv && \
|
||||
RUN mkdir database && \
|
||||
touch database/news.db
|
||||
|
||||
|
||||
CMD ["venv/bin/python", "main.py"]
|
||||
Reference in New Issue
Block a user