Skip to content

Commit 85f48cf

Browse files
committed
Remove personal path from _CMD
1 parent f37b6f5 commit 85f48cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'twisted'
22

3-
_CMD = 'node /home/omelchek/bin/appium '
3+
_CMD = 'node /path/to/your/appium/installation '
44
PARAMS = '--log-no-colors --log-timestamp --log-level=info'
5-
CMD = _CMD + PARAMS
5+
CMD = _CMD + PARAMS

0 commit comments

Comments
 (0)