fix: misc
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-12-22 04:35:05 +01:00
parent e4af01e789
commit 359a3ffb9a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ COPY ./src ./app
USER td
CMD [ "uwsgi", "--http", "0.0.0.0:80", "-M", "-w" ,"app.app", "--callable", "app" ]
CMD [ "uwsgi", "--http", "0.0.0.0:80", "-Mw" ,"app.app", "--callable", "app" ]

View file

@ -2,7 +2,7 @@ from os import listdir
from os import path as os_path
from os import remove as os_remove
from config import Config
from utils.config import Config
def post_filename(number: int) -> str: