Took out docker autostart. Made change to exit instead of looping for testing.

This commit is contained in:
2019-12-31 15:06:42 -05:00
parent c032895e93
commit 9fadc23a5f
2 changed files with 1 additions and 2 deletions

View File

@@ -7,5 +7,3 @@ RUN pip install manga-py
RUN pip install sqlalchemy
RUN pip install pymysql
CMD ["python", "./main.py"]

View File

@@ -88,6 +88,7 @@ def upload_jason():
while True:
print("1. Download \n 2. Upload\n 3. Exit")
download()
exit()
# val = input(">>>")
# if val == "1":
# download()