Took out docker autostart. Made change to exit instead of looping for testing.
This commit is contained in:
@@ -7,5 +7,3 @@ RUN pip install manga-py
|
|||||||
RUN pip install sqlalchemy
|
RUN pip install sqlalchemy
|
||||||
RUN pip install pymysql
|
RUN pip install pymysql
|
||||||
|
|
||||||
|
|
||||||
CMD ["python", "./main.py"]
|
|
||||||
1
main.py
1
main.py
@@ -88,6 +88,7 @@ def upload_jason():
|
|||||||
while True:
|
while True:
|
||||||
print("1. Download \n 2. Upload\n 3. Exit")
|
print("1. Download \n 2. Upload\n 3. Exit")
|
||||||
download()
|
download()
|
||||||
|
exit()
|
||||||
# val = input(">>>")
|
# val = input(">>>")
|
||||||
# if val == "1":
|
# if val == "1":
|
||||||
# download()
|
# download()
|
||||||
|
|||||||
Reference in New Issue
Block a user