summaryrefslogtreecommitdiff
path: root/src/launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/launcher.py')
-rw-r--r--src/launcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/launcher.py b/src/launcher.py
index 979f388..be9b0cb 100644
--- a/src/launcher.py
+++ b/src/launcher.py
@@ -18,8 +18,8 @@ class Thandy(threading.Thread):
os.environ["THP_INSTALL_ROOT"] = os.path.join(os.getcwd(),
"updates")
args = [
- "--repo=/home/chiiph/Code/leap/repo/", # TODO:set as a URL
- "--debug",
+ "--repo=repo/",
+ "--debug", # TODO: remove debug
"--install",
"/bundleinfo/LEAPClient/"
]