This commit is contained in:
YouROK
2020-11-30 23:32:51 +03:00
parent 0569ade7b8
commit ee7902cbb6
5 changed files with 13 additions and 12 deletions

View File

@@ -5,8 +5,8 @@ import (
"server/web"
)
func Start(settingsPath, port string, roSets bool) {
settings.InitSets(settingsPath, roSets)
func Start(port string, roSets bool) {
settings.InitSets(roSets)
if port == "" {
port = "8090"
}