Corrected binary path
This commit is contained in:
parent
1cc4495978
commit
a418ddbd6a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import subprocess
|
|||
|
||||
CHANNEL = "w"
|
||||
IS_WALLABY = is_wallaby()
|
||||
PATH = "/home/root/Documents/KISS/" if IS_WALLABY else sys.argv[1]
|
||||
PATH = "/home/root/Documents/KISS/bin/" if IS_WALLABY else sys.argv[1]
|
||||
|
||||
class WallabyControl(Routing.ClientRoute):
|
||||
def __init__(self):
|
||||
|
|
Reference in a new issue