remove debug and use better name for tracks
This commit is contained in:
@@ -2,10 +2,10 @@ import os
|
|||||||
|
|
||||||
CONFIG_FILE = "server_cfg.ini"
|
CONFIG_FILE = "server_cfg.ini"
|
||||||
ENTRY_LIST_FILE = "entry_list.ini"
|
ENTRY_LIST_FILE = "entry_list.ini"
|
||||||
# CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
|
CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
|
||||||
# CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
|
CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
|
||||||
CONTENT_FOLDER = "./content"
|
# CONTENT_FOLDER = "./content"
|
||||||
CONFIG_PATH = "./cfg"
|
# CONFIG_PATH = "./cfg"
|
||||||
|
|
||||||
CARS_FOLDER = os.path.join(CONTENT_FOLDER, "cars")
|
CARS_FOLDER = os.path.join(CONTENT_FOLDER, "cars")
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
CONFIG_FILE = "server_cfg.ini"
|
CONFIG_FILE = "server_cfg.ini"
|
||||||
# CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
|
CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
|
||||||
# CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
|
CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
|
||||||
CONTENT_FOLDER = "./content"
|
# CONTENT_FOLDER = "./content"
|
||||||
CONFIG_PATH = "./cfg"
|
# CONFIG_PATH = "./cfg"
|
||||||
|
|
||||||
TRACKS_FOLDER = os.path.join(CONTENT_FOLDER, "tracks")
|
TRACKS_FOLDER = os.path.join(CONTENT_FOLDER, "tracks")
|
||||||
|
|
||||||
Reference in New Issue
Block a user