Browse Source

Forgot to unset local paths before commmit

tags/1.9.7
falkTX 9 years ago
parent
commit
578beca8ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla_modgui.py

+ 1
- 1
source/carla_modgui.py View File

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

PORT = str(PORTn)
ROOT = "/usr/share"
ROOT = "/home/falktx/FOSS/GIT-mine/MOD/mod-app/source/modules"
#ROOT = "/home/falktx/FOSS/GIT-mine/MOD/mod-app/source/modules"
DATA_DIR = os.path.expanduser("~/.local/share/mod-data/")
HTML_DIR = os.path.join(ROOT, "mod-ui", "html")



Loading…
Cancel
Save