1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

Rename main.py to Racu.py

This commit is contained in:
wlinator 2024-04-06 06:23:40 -04:00
parent ad2b64ba78
commit d33aca522f
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /usr/src/app
RUN apt-get update && \
apt-get install -y locales mariadb-client && \
apt-get install -y locales && \
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure locales
@ -16,4 +16,4 @@ COPY . .
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
CMD [ "python", "./main.py" ]
CMD [ "python", "./Racu.py" ]

View file

@ -56,8 +56,8 @@ def load_modules():
if __name__ == '__main__':
"""
This code is only ran when main.py is the primary module,
thus NOT when main is imported from a cog. (sys.modules)
This code is only ran when Racu.py is the primary module,
so NOT when main is imported from a cog. (sys.modules)
"""
_logs.info("RACU IS BOOTING")