master updates #26

Merged
alex_orid merged 21 commits from master into db-module 2021-04-16 02:08:25 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c735dd8664 - Show all commits

View File

@ -6,11 +6,9 @@ ___
## Docker Info:
Currently to build the container you need to run the following command otherwise you get the error ***"TERM environment variable not set."***
Docker Compose will also fail and result in the same error.
`docker create -t -e ISDOCKER=cat --name praxis praxis`
To start the bot with **User_Module** activated use this.
`docker exec -ti praxis python3 main.py`
# Credentials:

View File

@ -64,6 +64,8 @@ def user_module_init(dbCert, Empty):
userModule_.main()
def thread_main():
if utility.isRunningInDocker() == True:
print("<[DOCKER Detected]>")
if not config.skip_splashScreen:
utility.splashScreen()
global credentials_manager