Browse Source

Misc

tags/1.9.6
falkTX 10 years ago
parent
commit
e191dba993
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla_modgui.py

+ 1
- 1
source/carla_modgui.py View File

@@ -51,7 +51,7 @@ PORTn = 8998 + int(random()*9000)

PORT = str(PORTn)
ROOT = "/usr/share"
ROOT = "/home/falktx/Personal/FOSS/Git-mine/mod-app/source/modules"
#ROOT = "/home/falktx/Personal/FOSS/Git-mine/mod-app/source/modules"
DATA_DIR = os.path.expanduser("~/.local/share/mod-data/")

os.environ['MOD_DEV_HOST'] = "1"


Loading…
Cancel
Save