docs: Added info on free mode
All checks were successful
Build Docker / Build Master (push) Successful in 23s
Build Docker / Build Bot (push) Successful in 27s

This commit is contained in:
2023-08-25 14:26:59 +10:00
parent d6dffc0464
commit bbe70647d7
2 changed files with 11 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ Master_Port = os.getenv('MASTER_PORT')
if Master_Port == None:
Master_Port = "5000"
FREE_LICENCE = os.getenv('FREE_LICENCE')
FREE_LICENCE = os.getenv('FREE_MODE')
if FREE_LICENCE == None:
FREE_LICENCE = False
else: